Html Css Color HEX #08539F Cobalt

📋 copy color: '#08539F'

red 8 ◦ green 83 ◦ blue 159

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

Shades of Cobalt #08539F

Tints of Cobalt #08539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

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

R = 3.2%
G = 33.2%
B = 63.6%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08539F (or 0x08539F) is known color: Cobalt. HEX triplet: 08, 53 and 9F. RGB value is (8,83,159). Sum of RGB (Red+Green+Blue) = 8+83+159=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #08539F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08539F is #F7AC60. Grayscale: #444444. Windows color (decimal): -16231521 or 10441480. OLE color: 10441480.

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

Color convert

RGB 8 83 159 -
CMYK 0.95 0.48 0 0.38
HSL 210.2º 0.9% 0.33% -
HSV(B) 210.2º 0.95% 0.62% -
XYZ 9.45 8.74 33.99 -
YUV 69.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 8 83 159 0.95 0.48 0 0.38 210.2 0.9 0.33
Hex 8 53 9F 5F 30 0 26 D2 5A 21
Octal 10 123 237 137 60 0 46 322 132 41
Binary 1000 1010011 10011111 1011111 110000 0 100110 11010010 1011010 100001

Color Harmonies of #08539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08539F

Black with #08539F

Text Example


Text Example

White with #08539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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