Html Css Color HEX #08439E Cobalt

📋 copy color: '#08439E'

red 8 ◦ green 67 ◦ blue 158

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

Shades of Cobalt #08439E

Tints of Cobalt #08439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 3.43%
G = 28.76%
B = 67.81%

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

#08439E (or 0x08439E) is known color: Cobalt. HEX triplet: 08, 43 and 9E. RGB value is (8,67,158). Sum of RGB (Red+Green+Blue) = 8+67+158=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #08439E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08439E is #F7BC61. Grayscale: #3B3B3B. Windows color (decimal): -16235618 or 10371848. OLE color: 10371848.

HSL color Cylindrical-coordinate representation of color #08439E: hue angle of 216.4º 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 #08439E is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 67 158 -
CMYK 0.95 0.58 0 0.38
HSL 216.4º 0.9% 0.33% -
HSV(B) 216.4º 0.95% 0.62% -
XYZ 8.28 6.53 33.17 -
YUV 59.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 8 67 158 0.95 0.58 0 0.38 216.4 0.9 0.33
Hex 8 43 9E 5F 3A 0 26 D8 5A 21
Octal 10 103 236 137 72 0 46 330 132 41
Binary 1000 1000011 10011110 1011111 111010 0 100110 11011000 1011010 100001

Color Harmonies of #08439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08439E

Black with #08439E

Text Example


Text Example

White with #08439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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