Html Css Color HEX #08429D Cobalt

📋 copy color: '#08429D'

red 8 ◦ green 66 ◦ blue 157

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

Shades of Cobalt #08429D

Tints of Cobalt #08429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 3.46%
G = 28.57%
B = 67.97%

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

#08429D (or 0x08429D) is known color: Cobalt. HEX triplet: 08, 42 and 9D. RGB value is (8,66,157). Sum of RGB (Red+Green+Blue) = 8+66+157=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #08429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08429D is #F7BD62. Grayscale: #3A3A3A. Windows color (decimal): -16235875 or 10306056. OLE color: 10306056.

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

Color convert

RGB 8 66 157 -
CMYK 0.95 0.58 0 0.38
HSL 216.64º 0.9% 0.32% -
HSV(B) 216.64º 0.95% 0.62% -
XYZ 8.13 6.38 32.7 -
YUV 59.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 8 66 157 0.95 0.58 0 0.38 216.64 0.9 0.32
Hex 8 42 9D 5F 3A 0 26 D9 5A 20
Octal 10 102 235 137 72 0 46 331 132 40
Binary 1000 1000010 10011101 1011111 111010 0 100110 11011001 1011010 100000

Color Harmonies of #08429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08429D

Black with #08429D

Text Example


Text Example

White with #08429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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