#11397B

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

Shades of Dark Cerulean #11397B

Tints of Dark Cerulean #11397B

Color information

#11397B (or 0x11397B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 39 and 7B. RGB value is (17,57,123). Sum of RGB (Red+Green+Blue) = 17+57+123=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #11397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11397B is #EEC684. Grayscale: #343434. Windows color (decimal): -15648389 or 8075537. OLE color: 8075537.

HSL color Cylindrical-coordinate representation of color #11397B: hue angle of 217.36º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11397B is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1757123-
CMYK0.860.5400.52
HSL217.36º75.71%27.45%-
HSV(B)217.36º86.18%48.24%-
XYZ5.274.4819.33-
YUV52.56167.75102.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=8.63%
G=28.93%
B=62.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17571230.860.5400.52217.3675.7127.45
Hex11397B5636034d94c1b
Octal21711731266606433111433
Binary1000111100111110111010110110110011010011011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11397B; }

 p { color: rgb(17,57,123); }

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

<style>
 a { background-color: #11397B; }

 a { background-color: rgb(17,57,123); }

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

<style>
 span { border-color: #11397B; }

 span { border-color: rgb(17,57,123); }

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