#09487C

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

Shades of Dark Cerulean #09487C

Tints of Dark Cerulean #09487C

Color information

#09487C (or 0x09487C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 48 and 7C. RGB value is (9,72,124). Sum of RGB (Red+Green+Blue) = 9+72+124=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #09487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09487C is #F6B783. Grayscale: #3A3A3A. Windows color (decimal): -16168836 or 8144905. OLE color: 8144905.

HSL color Cylindrical-coordinate representation of color #09487C: hue angle of 207.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09487C is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB972124-
CMYK0.930.4200.51
HSL207.13º86.47%26.08%-
HSV(B)207.13º92.74%48.63%-
XYZ6.076.1519.94-
YUV59.09164.6392.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=4.39%
G=35.12%
B=60.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9721240.930.4200.51207.1386.4726.08
Hex9487C5D2A033cf561a
Octal111101741355206331712632
Binary1001100100011111001011101101010011001111001111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09487C; }

 p { color: rgb(9,72,124); }

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

<style>
 a { background-color: #09487C; }

 a { background-color: rgb(9,72,124); }

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

<style>
 span { border-color: #09487C; }

 span { border-color: rgb(9,72,124); }

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