Html Css Color HEX #09429F Cobalt

📋 copy color: '#09429F'

red 9 ◦ green 66 ◦ blue 159

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

Shades of Cobalt #09429F

Tints of Cobalt #09429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

 BLUE value IS 159 (62.5% from 255) = 67.95%

R = 3.85%
G = 28.21%
B = 67.95%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09429F (or 0x09429F) is known color: Cobalt. HEX triplet: 09, 42 and 9F. RGB value is (9,66,159). Sum of RGB (Red+Green+Blue) = 9+66+159=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #09429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09429F is #F6BD60. Grayscale: #3B3B3B. Windows color (decimal): -16170337 or 10437129. OLE color: 10437129.

HSL color Cylindrical-coordinate representation of color #09429F: hue angle of 217.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09429F is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 66 159 -
CMYK 0.94 0.58 0 0.38
HSL 217.2º 0.89% 0.33% -
HSV(B) 217.2º 0.94% 0.62% -
XYZ 8.32 6.46 33.61 -
YUV 59.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 9 66 159 0.94 0.58 0 0.38 217.2 0.89 0.33
Hex 9 42 9F 5E 3A 0 26 D9 59 21
Octal 11 102 237 136 72 0 46 331 131 41
Binary 1001 1000010 10011111 1011110 111010 0 100110 11011001 1011001 100001

Color Harmonies of #09429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09429F

Black with #09429F

Text Example


Text Example

White with #09429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09429F; }

 p { color: rgb(9,66,159); }

 H1.HeaderClassName
 {
   color: #09429F;
 }
 .AnyTagClassName
 {
   color: #09429F;
 }
</style>

background-color css

<style>
 a { background-color: #09429F; }

 a { background-color: rgb(9,66,159); }

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

border-color css

<style>
 span { border-color: #09429F; }

 span { border-color: rgb(9,66,159); }

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