Html Css Color HEX #02519F Cobalt

📋 copy color: '#02519F'

red 2 ◦ green 81 ◦ blue 159

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

Shades of Cobalt #02519F

Tints of Cobalt #02519F

RGB

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

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

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

R = 0.83%
G = 33.47%
B = 65.7%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02519F (or 0x02519F) is known color: Cobalt. HEX triplet: 02, 51 and 9F. RGB value is (2,81,159). Sum of RGB (Red+Green+Blue) = 2+81+159=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #02519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02519F is #FDAE60. Grayscale: #414141. Windows color (decimal): -16625249 or 10440962. OLE color: 10440962.

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

Color convert

RGB 2 81 159 -
CMYK 0.99 0.49 0 0.38
HSL 209.81º 0.98% 0.32% -
HSV(B) 209.81º 0.99% 0.62% -
XYZ 9.23 8.4 33.94 -
YUV 66.27 180.33 82.16 -
System Red Green Blue C M Y K H S L
Decimal 2 81 159 0.99 0.49 0 0.38 209.81 0.98 0.32
Hex 2 51 9F 63 31 0 26 D2 62 20
Octal 2 121 237 143 61 0 46 322 142 40
Binary 10 1010001 10011111 1100011 110001 0 100110 11010010 1100010 100000

Color Harmonies of #02519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02519F

Black with #02519F

Text Example


Text Example

White with #02519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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