Html Css Color HEX #02539C Cobalt

📋 copy color: '#02539C'

red 2 ◦ green 83 ◦ blue 156

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

Shades of Cobalt #02539C

Tints of Cobalt #02539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 156 (61.33% from 255) = 64.73%

R = 0.83%
G = 34.44%
B = 64.73%

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

#02539C (or 0x02539C) is known color: Cobalt. HEX triplet: 02, 53 and 9C. RGB value is (2,83,156). Sum of RGB (Red+Green+Blue) = 2+83+156=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #02539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02539C is #FDAC63. Grayscale: #424242. Windows color (decimal): -16624740 or 10244866. OLE color: 10244866.

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

Color convert

RGB 2 83 156 -
CMYK 0.99 0.47 0 0.39
HSL 208.44º 0.97% 0.31% -
HSV(B) 208.44º 0.99% 0.61% -
XYZ 9.12 8.6 32.63 -
YUV 67.1 178.16 81.56 -
System Red Green Blue C M Y K H S L
Decimal 2 83 156 0.99 0.47 0 0.39 208.44 0.97 0.31
Hex 2 53 9C 63 2F 0 27 D0 61 1F
Octal 2 123 234 143 57 0 47 320 141 37
Binary 10 1010011 10011100 1100011 101111 0 100111 11010000 1100001 11111

Color Harmonies of #02539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02539C

Black with #02539C

Text Example


Text Example

White with #02539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02539C; }

 p { color: rgb(2,83,156); }

 H1.HeaderClassName
 {
   color: #02539C;
 }
 .AnyTagClassName
 {
   color: #02539C;
 }
</style>

background-color css

<style>
 a { background-color: #02539C; }

 a { background-color: rgb(2,83,156); }

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

border-color css

<style>
 span { border-color: #02539C; }

 span { border-color: rgb(2,83,156); }

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