Html Css Color HEX #02529B Cobalt

📋 copy color: '#02529B'

red 2 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #02529B

Tints of Cobalt #02529B

RGB

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

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

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

R = 0.84%
G = 34.31%
B = 64.85%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02529B (or 0x02529B) is known color: Cobalt. HEX triplet: 02, 52 and 9B. RGB value is (2,82,155). Sum of RGB (Red+Green+Blue) = 2+82+155=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #02529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02529B is #FDAD64. Grayscale: #424242. Windows color (decimal): -16624997 or 10179074. OLE color: 10179074.

HSL color Cylindrical-coordinate representation of color #02529B: hue angle of 208.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02529B is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 82 155 -
CMYK 0.99 0.47 0 0.39
HSL 208.63º 0.97% 0.31% -
HSV(B) 208.63º 0.99% 0.61% -
XYZ 8.96 8.41 32.16 -
YUV 66.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 2 82 155 0.99 0.47 0 0.39 208.63 0.97 0.31
Hex 2 52 9B 63 2F 0 27 D1 61 1F
Octal 2 122 233 143 57 0 47 321 141 37
Binary 10 1010010 10011011 1100011 101111 0 100111 11010001 1100001 11111

Color Harmonies of #02529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02529B

Black with #02529B

Text Example


Text Example

White with #02529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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