Html Css Color HEX #08529B Cobalt

📋 copy color: '#08529B'

red 8 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #08529B

Tints of Cobalt #08529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 3.27%
G = 33.47%
B = 63.27%

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

#08529B (or 0x08529B) is known color: Cobalt. HEX triplet: 08, 52 and 9B. RGB value is (8,82,155). Sum of RGB (Red+Green+Blue) = 8+82+155=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #08529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08529B is #F7AD64. Grayscale: #434343. Windows color (decimal): -16231781 or 10179080. OLE color: 10179080.

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

Color convert

RGB 8 82 155 -
CMYK 0.95 0.47 0 0.39
HSL 209.8º 0.9% 0.32% -
HSV(B) 209.8º 0.95% 0.61% -
XYZ 9.03 8.45 32.17 -
YUV 68.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 8 82 155 0.95 0.47 0 0.39 209.8 0.9 0.32
Hex 8 52 9B 5F 2F 0 27 D2 5A 20
Octal 10 122 233 137 57 0 47 322 132 40
Binary 1000 1010010 10011011 1011111 101111 0 100111 11010010 1011010 100000

Color Harmonies of #08529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08529B

Black with #08529B

Text Example


Text Example

White with #08529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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