#11357F

Color #11357F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #11357F

Tints of Dark Cerulean #11357F

Color information

#11357F (or 0x11357F) is unknown color: approx Dark Cerulean. HEX triplet: 11, 35 and 7F. RGB value is (17,53,127). Sum of RGB (Red+Green+Blue) = 17+53+127=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #11357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11357F is #EECA80. Grayscale: #323232. Windows color (decimal): -15649409 or 8336657. OLE color: 8336657.

HSL color Cylindrical-coordinate representation of color #11357F: hue angle of 220.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11357F is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1753127-
CMYK0.870.5800.50
HSL220.36º76.39%28.24%-
HSV(B)220.36º86.61%49.8%-
XYZ5.344.220.61-
YUV50.67171.07103.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 127 (50% from 255) = 64.47%
R=8.63%
G=26.90%
B=64.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17531270.870.5800.50220.3676.3928.24
Hex11357F573A032dc4c1c
Octal21651771277206233411434
Binary1000111010111111111010111111010011001011011100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11357F; }

 p { color: rgb(17,53,127); }

 H1.HeaderClassName
 {
   color: #11357F;
 }
 .AnyTagClassName
 {
   color: #11357F;
 }
</style>
background-color css

<style>
 a { background-color: #11357F; }

 a { background-color: rgb(17,53,127); }

 div.DivClassName
 {
   background-color: #11357F;
 }
 .BgClassName
 {
   background-color: #11357F;
 }
</style>
border-color css

<style>
 span { border-color: #11357F; }

 span { border-color: rgb(17,53,127); }

 td.TdClassName
 {
   border-color: #11357F;
 }
 .TagClassName
 {
   border-color: #11357F;
 }
</style>