#09478A

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

Shades of Dark Cerulean #09478A

Tints of Dark Cerulean #09478A

Color information

#09478A (or 0x09478A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 8A. RGB value is (9,71,138). Sum of RGB (Red+Green+Blue) = 9+71+138=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #09478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09478A is #F6B875. Grayscale: #3B3B3B. Windows color (decimal): -16169078 or 9062153. OLE color: 9062153.

HSL color Cylindrical-coordinate representation of color #09478A: hue angle of 211.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09478A is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB971138-
CMYK0.930.4900.46
HSL211.16º87.76%28.82%-
HSV(B)211.16º93.48%54.12%-
XYZ6.956.424.91-
YUV60.1171.9691.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 138 (54.30% from 255) = 63.30%
R=4.13%
G=32.57%
B=63.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9711380.930.4900.46211.1687.7628.82
Hex9478A5D3102Ed3581d
Octal111072121356105632313035
Binary10011000111100010101011101110001010111011010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09478A; }

 p { color: rgb(9,71,138); }

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

<style>
 a { background-color: #09478A; }

 a { background-color: rgb(9,71,138); }

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

<style>
 span { border-color: #09478A; }

 span { border-color: rgb(9,71,138); }

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