Html Css Color HEX #08459F Cobalt

📋 copy color: '#08459F'

red 8 ◦ green 69 ◦ blue 159

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

Shades of Cobalt #08459F

Tints of Cobalt #08459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 3.39%
G = 29.24%
B = 67.37%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08459F (or 0x08459F) is known color: Cobalt. HEX triplet: 08, 45 and 9F. RGB value is (8,69,159). Sum of RGB (Red+Green+Blue) = 8+69+159=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #08459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08459F is #F7BA60. Grayscale: #3C3C3C. Windows color (decimal): -16235105 or 10437896. OLE color: 10437896.

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

Color convert

RGB 8 69 159 -
CMYK 0.95 0.57 0 0.38
HSL 215.76º 0.9% 0.33% -
HSV(B) 215.76º 0.95% 0.62% -
XYZ 8.49 6.81 33.67 -
YUV 61.02 183.29 90.18 -
System Red Green Blue C M Y K H S L
Decimal 8 69 159 0.95 0.57 0 0.38 215.76 0.9 0.33
Hex 8 45 9F 5F 39 0 26 D8 5A 21
Octal 10 105 237 137 71 0 46 330 132 41
Binary 1000 1000101 10011111 1011111 111001 0 100110 11011000 1011010 100001

Color Harmonies of #08459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08459F

Black with #08459F

Text Example


Text Example

White with #08459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,69,159); }

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

background-color css

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

 a { background-color: rgb(8,69,159); }

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

border-color css

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

 span { border-color: rgb(8,69,159); }

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