Html Css Color HEX #02519C Cobalt

📋 copy color: '#02519C'

red 2 ◦ green 81 ◦ blue 156

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

Shades of Cobalt #02519C

Tints of Cobalt #02519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

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

R = 0.84%
G = 33.89%
B = 65.27%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02519C (or 0x02519C) is known color: Cobalt. HEX triplet: 02, 51 and 9C. RGB value is (2,81,156). Sum of RGB (Red+Green+Blue) = 2+81+156=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #02519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02519C is #FDAE63. Grayscale: #414141. Windows color (decimal): -16625252 or 10244354. OLE color: 10244354.

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

Color convert

RGB 2 81 156 -
CMYK 0.99 0.48 0 0.39
HSL 209.22º 0.97% 0.31% -
HSV(B) 209.22º 0.99% 0.61% -
XYZ 8.97 8.3 32.58 -
YUV 65.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 2 81 156 0.99 0.48 0 0.39 209.22 0.97 0.31
Hex 2 51 9C 63 30 0 27 D1 61 1F
Octal 2 121 234 143 60 0 47 321 141 37
Binary 10 1010001 10011100 1100011 110000 0 100111 11010001 1100001 11111

Color Harmonies of #02519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02519C

Black with #02519C

Text Example


Text Example

White with #02519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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