Html Css Color HEX #08429E Cobalt

📋 copy color: '#08429E'

red 8 ◦ green 66 ◦ blue 158

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

Shades of Cobalt #08429E

Tints of Cobalt #08429E

RGB

 RED value IS 8 (3.52% from 255) = 3.45%

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

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 3.45%
G = 28.45%
B = 68.1%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08429E (or 0x08429E) is known color: Cobalt. HEX triplet: 08, 42 and 9E. RGB value is (8,66,158). Sum of RGB (Red+Green+Blue) = 8+66+158=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #08429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08429E is #F7BD61. Grayscale: #3A3A3A. Windows color (decimal): -16235874 or 10371592. OLE color: 10371592.

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

Color convert

RGB 8 66 158 -
CMYK 0.95 0.58 0 0.38
HSL 216.8º 0.9% 0.33% -
HSV(B) 216.8º 0.95% 0.62% -
XYZ 8.22 6.42 33.15 -
YUV 59.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 8 66 158 0.95 0.58 0 0.38 216.8 0.9 0.33
Hex 8 42 9E 5F 3A 0 26 D9 5A 21
Octal 10 102 236 137 72 0 46 331 132 41
Binary 1000 1000010 10011110 1011111 111010 0 100110 11011001 1011010 100001

Color Harmonies of #08429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08429E

Black with #08429E

Text Example


Text Example

White with #08429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08429E; }

 p { color: rgb(8,66,158); }

 H1.HeaderClassName
 {
   color: #08429E;
 }
 .AnyTagClassName
 {
   color: #08429E;
 }
</style>

background-color css

<style>
 a { background-color: #08429E; }

 a { background-color: rgb(8,66,158); }

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

border-color css

<style>
 span { border-color: #08429E; }

 span { border-color: rgb(8,66,158); }

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