#11387B

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

Shades of Dark Cerulean #11387B

Tints of Dark Cerulean #11387B

Color information

#11387B (or 0x11387B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 38 and 7B. RGB value is (17,56,123). Sum of RGB (Red+Green+Blue) = 17+56+123=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #11387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11387B is #EEC784. Grayscale: #333333. Windows color (decimal): -15648645 or 8075281. OLE color: 8075281.

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

Color convert

RGB1756123-
CMYK0.860.5400.52
HSL217.92º75.71%27.45%-
HSV(B)217.92º86.18%48.24%-
XYZ5.224.3819.31-
YUV51.98168.08103.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=8.67%
G=28.57%
B=62.76%

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
Decimal17561230.860.5400.52217.9275.7127.45
Hex11387B5636034da4c1b
Octal21701731266606433211433
Binary1000111100011110111010110110110011010011011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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