#09408A

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

Shades of Dark Cerulean #09408A

Tints of Dark Cerulean #09408A

Color information

#09408A (or 0x09408A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 8A. RGB value is (9,64,138). Sum of RGB (Red+Green+Blue) = 9+64+138=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #09408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09408A is #F6BF75. Grayscale: #373737. Windows color (decimal): -16170870 or 9060361. OLE color: 9060361.

HSL color Cylindrical-coordinate representation of color #09408A: hue angle of 214.42º 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 #09408A is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB964138-
CMYK0.930.5400.46
HSL214.42º87.76%28.82%-
HSV(B)214.42º93.48%54.12%-
XYZ6.535.5624.77-
YUV55.99174.2894.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=4.27%
G=30.33%
B=65.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9641380.930.5400.46214.4287.7628.82
Hex9408A5D3602Ed6581d
Octal111002121356605632613035
Binary10011000000100010101011101110110010111011010110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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