Html Css Color HEX #02529F Cobalt

📋 copy color: '#02529F'

red 2 ◦ green 82 ◦ blue 159

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

Shades of Cobalt #02529F

Tints of Cobalt #02529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 0.82%
G = 33.74%
B = 65.43%

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

#02529F (or 0x02529F) is known color: Cobalt. HEX triplet: 02, 52 and 9F. RGB value is (2,82,159). Sum of RGB (Red+Green+Blue) = 2+82+159=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #02529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02529F is #FDAD60. Grayscale: #424242. Windows color (decimal): -16624993 or 10441218. OLE color: 10441218.

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

Color convert

RGB 2 82 159 -
CMYK 0.99 0.48 0 0.38
HSL 209.43º 0.98% 0.32% -
HSV(B) 209.43º 0.99% 0.62% -
XYZ 9.3 8.55 33.96 -
YUV 66.86 180 81.74 -
System Red Green Blue C M Y K H S L
Decimal 2 82 159 0.99 0.48 0 0.38 209.43 0.98 0.32
Hex 2 52 9F 63 30 0 26 D1 62 20
Octal 2 122 237 143 60 0 46 321 142 40
Binary 10 1010010 10011111 1100011 110000 0 100110 11010001 1100010 100000

Color Harmonies of #02529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02529F

Black with #02529F

Text Example


Text Example

White with #02529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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