Html Css Color HEX #08529D Cobalt

📋 copy color: '#08529D'

red 8 ◦ green 82 ◦ blue 157

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

Shades of Cobalt #08529D

Tints of Cobalt #08529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 3.24%
G = 33.2%
B = 63.56%

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

#08529D (or 0x08529D) is known color: Cobalt. HEX triplet: 08, 52 and 9D. RGB value is (8,82,157). Sum of RGB (Red+Green+Blue) = 8+82+157=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #08529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08529D is #F7AD62. Grayscale: #444444. Windows color (decimal): -16231779 or 10310152. OLE color: 10310152.

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

Color convert

RGB 8 82 157 -
CMYK 0.95 0.48 0 0.38
HSL 210.2º 0.9% 0.32% -
HSV(B) 210.2º 0.95% 0.62% -
XYZ 9.2 8.52 33.06 -
YUV 68.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 8 82 157 0.95 0.48 0 0.38 210.2 0.9 0.32
Hex 8 52 9D 5F 30 0 26 D2 5A 20
Octal 10 122 235 137 60 0 46 322 132 40
Binary 1000 1010010 10011101 1011111 110000 0 100110 11010010 1011010 100000

Color Harmonies of #08529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08529D

Black with #08529D

Text Example


Text Example

White with #08529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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