Html Css Color HEX #09408C Dark Cerulean

📋 copy color: '#09408C'

red 9 ◦ green 64 ◦ blue 140

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

Shades of Dark Cerulean #09408C

Tints of Dark Cerulean #09408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 4.23%
G = 30.05%
B = 65.73%

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

#09408C (or 0x09408C) is known color: Dark Cerulean. HEX triplet: 09, 40 and 8C. RGB value is (9,64,140). Sum of RGB (Red+Green+Blue) = 9+64+140=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #09408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09408C is #F6BF73. Grayscale: #373737. Windows color (decimal): -16170868 or 9191433. OLE color: 9191433.

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

Color convert

RGB 9 64 140 -
CMYK 0.94 0.54 0 0.45
HSL 214.81º 0.88% 0.29% -
HSV(B) 214.81º 0.94% 0.55% -
XYZ 6.68 5.62 25.54 -
YUV 56.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 9 64 140 0.94 0.54 0 0.45 214.81 0.88 0.29
Hex 9 40 8C 5E 36 0 2D D7 58 1D
Octal 11 100 214 136 66 0 55 327 130 35
Binary 1001 1000000 10001100 1011110 110110 0 101101 11010111 1011000 11101

Color Harmonies of #09408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09408C

Black with #09408C

Text Example


Text Example

White with #09408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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