Html Css Color HEX #02529E Cobalt

📋 copy color: '#02529E'

red 2 ◦ green 82 ◦ blue 158

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

Shades of Cobalt #02529E

Tints of Cobalt #02529E

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

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

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

R = 0.83%
G = 33.88%
B = 65.29%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02529E (or 0x02529E) is known color: Cobalt. HEX triplet: 02, 52 and 9E. RGB value is (2,82,158). Sum of RGB (Red+Green+Blue) = 2+82+158=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #02529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02529E is #FDAD61. Grayscale: #424242. Windows color (decimal): -16624994 or 10375682. OLE color: 10375682.

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

Color convert

RGB 2 82 158 -
CMYK 0.99 0.48 0 0.38
HSL 209.23º 0.98% 0.31% -
HSV(B) 209.23º 0.99% 0.62% -
XYZ 9.21 8.52 33.51 -
YUV 66.74 179.5 81.82 -
System Red Green Blue C M Y K H S L
Decimal 2 82 158 0.99 0.48 0 0.38 209.23 0.98 0.31
Hex 2 52 9E 63 30 0 26 D1 62 1F
Octal 2 122 236 143 60 0 46 321 142 37
Binary 10 1010010 10011110 1100011 110000 0 100110 11010001 1100010 11111

Color Harmonies of #02529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02529E

Black with #02529E

Text Example


Text Example

White with #02529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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