#11397A

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

Shades of Dark Cerulean #11397A

Tints of Dark Cerulean #11397A

Color information

#11397A (or 0x11397A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 39 and 7A. RGB value is (17,57,122). Sum of RGB (Red+Green+Blue) = 17+57+122=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #11397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11397A is #EEC685. Grayscale: #343434. Windows color (decimal): -15648390 or 8010001. OLE color: 8010001.

HSL color Cylindrical-coordinate representation of color #11397A: hue angle of 217.14º 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 #11397A is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1757122-
CMYK0.860.5300.52
HSL217.14º75.54%27.25%-
HSV(B)217.14º86.07%47.84%-
XYZ5.214.4519-
YUV52.45167.25102.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=8.67%
G=29.08%
B=62.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17571220.860.5300.52217.1475.5427.25
Hex11397A5635034d94c1b
Octal21711721266506433111433
Binary1000111100111110101010110110101011010011011001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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