Html Css Color HEX #09408A Dark Cerulean

📋 copy color: '#09408A'

red 9 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #09408A

Tints of Dark Cerulean #09408A

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.3% from 255) = 65.4%

R = 4.27%
G = 30.33%
B = 65.4%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09408A (or 0x09408A) is known color: 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

RGB 9 64 138 -
CMYK 0.93 0.54 0 0.46
HSL 214.42º 0.88% 0.29% -
HSV(B) 214.42º 0.93% 0.54% -
XYZ 6.53 5.56 24.77 -
YUV 55.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 9 64 138 0.93 0.54 0 0.46 214.42 0.88 0.29
Hex 9 40 8A 5D 36 0 2E D6 58 1D
Octal 11 100 212 135 66 0 56 326 130 35
Binary 1001 1000000 10001010 1011101 110110 0 101110 11010110 1011000 11101

Color Harmonies of #09408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09408A

Black with #09408A

Text Example


Text Example

White with #09408A

Text Example


Text Example

HTML Codes & Css Web 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>