Html Css Color HEX #08529C Cobalt

📋 copy color: '#08529C'

red 8 ◦ green 82 ◦ blue 156

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

Shades of Cobalt #08529C

Tints of Cobalt #08529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 3.25%
G = 33.33%
B = 63.41%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08529C (or 0x08529C) is known color: Cobalt. HEX triplet: 08, 52 and 9C. RGB value is (8,82,156). Sum of RGB (Red+Green+Blue) = 8+82+156=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #08529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08529C is #F7AD63. Grayscale: #434343. Windows color (decimal): -16231780 or 10244616. OLE color: 10244616.

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

Color convert

RGB 8 82 156 -
CMYK 0.95 0.47 0 0.39
HSL 210º 0.9% 0.32% -
HSV(B) 210º 0.95% 0.61% -
XYZ 9.12 8.49 32.61 -
YUV 68.31 177.48 84.98 -
System Red Green Blue C M Y K H S L
Decimal 8 82 156 0.95 0.47 0 0.39 210 0.9 0.32
Hex 8 52 9C 5F 2F 0 27 D2 5A 20
Octal 10 122 234 137 57 0 47 322 132 40
Binary 1000 1010010 10011100 1011111 101111 0 100111 11010010 1011010 100000

Color Harmonies of #08529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08529C

Black with #08529C

Text Example


Text Example

White with #08529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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