Html Css Color HEX #08539D Cobalt

📋 copy color: '#08539D'

red 8 ◦ green 83 ◦ blue 157

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

Shades of Cobalt #08539D

Tints of Cobalt #08539D

RGB

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

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

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

R = 3.23%
G = 33.47%
B = 63.31%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08539D (or 0x08539D) is known color: Cobalt. HEX triplet: 08, 53 and 9D. RGB value is (8,83,157). Sum of RGB (Red+Green+Blue) = 8+83+157=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #08539D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08539D is #F7AC62. Grayscale: #444444. Windows color (decimal): -16231523 or 10310408. OLE color: 10310408.

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

Color convert

RGB 8 83 157 -
CMYK 0.95 0.47 0 0.38
HSL 209.8º 0.9% 0.32% -
HSV(B) 209.8º 0.95% 0.62% -
XYZ 9.28 8.67 33.08 -
YUV 69.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 8 83 157 0.95 0.47 0 0.38 209.8 0.9 0.32
Hex 8 53 9D 5F 2F 0 26 D2 5A 20
Octal 10 123 235 137 57 0 46 322 132 40
Binary 1000 1010011 10011101 1011111 101111 0 100110 11010010 1011010 100000

Color Harmonies of #08539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08539D

Black with #08539D

Text Example


Text Example

White with #08539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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