Html Css Color HEX #09408B Dark Cerulean

📋 copy color: '#09408B'

red 9 ◦ green 64 ◦ blue 139

#09408B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #09408B

Tints of Dark Cerulean #09408B

RGB

 RED value IS 9 (3.91% from 255) = 4.25%

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 139 (54.69% from 255) = 65.57%

R = 4.25%
G = 30.19%
B = 65.57%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09408B (or 0x09408B) is known color: Dark Cerulean. HEX triplet: 09, 40 and 8B. RGB value is (9,64,139). Sum of RGB (Red+Green+Blue) = 9+64+139=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #09408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09408B is #F6BF74. Grayscale: #373737. Windows color (decimal): -16170869 or 9125897. OLE color: 9125897.

HSL color Cylindrical-coordinate representation of color #09408B: hue angle of 214.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09408B is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 64 139 -
CMYK 0.94 0.54 0 0.45
HSL 214.62º 0.88% 0.29% -
HSV(B) 214.62º 0.94% 0.55% -
XYZ 6.61 5.59 25.16 -
YUV 56.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 9 64 139 0.94 0.54 0 0.45 214.62 0.88 0.29
Hex 9 40 8B 5E 36 0 2D D7 58 1D
Octal 11 100 213 136 66 0 55 327 130 35
Binary 1001 1000000 10001011 1011110 110110 0 101101 11010111 1011000 11101

Color Harmonies of #09408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09408B

Black with #09408B

Text Example


Text Example

White with #09408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09408B;
 }
 .AnyTagClassName
 {
   color: #09408B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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