Html Css Color HEX #08439B Cobalt

📋 copy color: '#08439B'

red 8 ◦ green 67 ◦ blue 155

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

Shades of Cobalt #08439B

Tints of Cobalt #08439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 3.48%
G = 29.13%
B = 67.39%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08439B (or 0x08439B) is known color: Cobalt. HEX triplet: 08, 43 and 9B. RGB value is (8,67,155). Sum of RGB (Red+Green+Blue) = 8+67+155=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #08439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08439B is #F7BC64. Grayscale: #3A3A3A. Windows color (decimal): -16235621 or 10175240. OLE color: 10175240.

HSL color Cylindrical-coordinate representation of color #08439B: hue angle of 215.92º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08439B is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 67 155 -
CMYK 0.95 0.57 0 0.39
HSL 215.92º 0.9% 0.32% -
HSV(B) 215.92º 0.95% 0.61% -
XYZ 8.02 6.43 31.83 -
YUV 59.39 181.95 91.34 -
System Red Green Blue C M Y K H S L
Decimal 8 67 155 0.95 0.57 0 0.39 215.92 0.9 0.32
Hex 8 43 9B 5F 39 0 27 D8 5A 20
Octal 10 103 233 137 71 0 47 330 132 40
Binary 1000 1000011 10011011 1011111 111001 0 100111 11011000 1011010 100000

Color Harmonies of #08439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08439B

Black with #08439B

Text Example


Text Example

White with #08439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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