#09487B

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

Shades of Dark Cerulean #09487B

Tints of Dark Cerulean #09487B

Color information

#09487B (or 0x09487B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 48 and 7B. RGB value is (9,72,123). Sum of RGB (Red+Green+Blue) = 9+72+123=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #09487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09487B is #F6B784. Grayscale: #3A3A3A. Windows color (decimal): -16168837 or 8079369. OLE color: 8079369.

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

Color convert

RGB972123-
CMYK0.930.4100.52
HSL206.84º86.36%25.88%-
HSV(B)206.84º92.68%48.24%-
XYZ6.016.1219.6-
YUV58.98164.1392.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 123 (48.44% from 255) = 60.29%
R=4.41%
G=35.29%
B=60.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9721230.930.4100.52206.8486.3625.88
Hex9487B5D29034cf561a
Octal111101731355106431712632
Binary1001100100011110111011101101001011010011001111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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