#11547B

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

Shades of Dark Cerulean #11547B

Tints of Dark Cerulean #11547B

Color information

#11547B (or 0x11547B) is unknown color: approx Dark Cerulean. HEX triplet: 11, 54 and 7B. RGB value is (17,84,123). Sum of RGB (Red+Green+Blue) = 17+84+123=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #11547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11547B is #EEAB84. Grayscale: #444444. Windows color (decimal): -15641477 or 8082449. OLE color: 8082449.

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

Color convert

RGB1784123-
CMYK0.860.3200.52
HSL202.08º75.71%27.45%-
HSV(B)202.08º86.18%48.24%-
XYZ6.987.8919.89-
YUV68.41158.891.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=7.59%
G=37.5%
B=54.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17841230.860.3200.52202.0875.7127.45
Hex11547B5620034ca4c1b
Octal211241731264006431211433
Binary10001101010011110111010110100000011010011001010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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