Html Css Color HEX #00529E Cobalt

📋 copy color: '#00529E'

red 0 ◦ green 82 ◦ blue 158

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

Shades of Cobalt #00529E

Tints of Cobalt #00529E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 0%
G = 34.17%
B = 65.83%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00529E (or 0x00529E) is known color: Cobalt. HEX triplet: 00, 52 and 9E. RGB value is (0,82,158). Sum of RGB (Red+Green+Blue) = 0+82+158=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #00529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00529E is #FFAD61. Grayscale: #414141. Windows color (decimal): -16756066 or 10375680. OLE color: 10375680.

HSL color Cylindrical-coordinate representation of color #00529E: hue angle of 208.86º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00529E is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 82 158 -
CMYK 1 0.48 0 0.38
HSL 208.86º 1% 0.31% -
HSV(B) 208.86º 1% 0.62% -
XYZ 9.19 8.5 33.5 -
YUV 66.15 179.83 80.82 -
System Red Green Blue C M Y K H S L
Decimal 0 82 158 1 0.48 0 0.38 208.86 1 0.31
Hex 0 52 9E 64 30 0 26 D1 64 1F
Octal 0 122 236 144 60 0 46 321 144 37
Binary 0 1010010 10011110 1100100 110000 0 100110 11010001 1100100 11111

Color Harmonies of #00529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00529E

Black with #00529E

Text Example


Text Example

White with #00529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00529E; }

 p { color: rgb(0,82,158); }

 H1.HeaderClassName
 {
   color: #00529E;
 }
 .AnyTagClassName
 {
   color: #00529E;
 }
</style>

background-color css

<style>
 a { background-color: #00529E; }

 a { background-color: rgb(0,82,158); }

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

border-color css

<style>
 span { border-color: #00529E; }

 span { border-color: rgb(0,82,158); }

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