#11387D

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

Shades of Dark Cerulean #11387D

Tints of Dark Cerulean #11387D

Color information

#11387D (or 0x11387D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 38 and 7D. RGB value is (17,56,125). Sum of RGB (Red+Green+Blue) = 17+56+125=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #11387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11387D is #EEC782. Grayscale: #333333. Windows color (decimal): -15648643 or 8206353. OLE color: 8206353.

HSL color Cylindrical-coordinate representation of color #11387D: hue angle of 218.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11387D is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1756125-
CMYK0.860.5500.51
HSL218.33º76.06%27.84%-
HSV(B)218.33º86.4%49.02%-
XYZ5.354.4319.97-
YUV52.2169.08102.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=8.59%
G=28.28%
B=63.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17561250.860.5500.51218.3376.0627.84
Hex11387D5637033da4c1c
Octal21701751266706333211434
Binary1000111100011111011010110110111011001111011010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11387D; }

 p { color: rgb(17,56,125); }

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

<style>
 a { background-color: #11387D; }

 a { background-color: rgb(17,56,125); }

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

<style>
 span { border-color: #11387D; }

 span { border-color: rgb(17,56,125); }

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