Html Css Color HEX #021960 Sapphire

📋 copy color: '#021960'

red 2 ◦ green 25 ◦ blue 96

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

Shades of Sapphire #021960

Tints of Sapphire #021960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

 BLUE value IS 96 (37.89% from 255) = 78.05%

R = 1.63%
G = 20.33%
B = 78.05%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021960 (or 0x021960) is known color: Sapphire. HEX triplet: 02, 19 and 60. RGB value is (2,25,96). Sum of RGB (Red+Green+Blue) = 2+25+96=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #021960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021960 is #FDE69F. Grayscale: #191919. Windows color (decimal): -16639648 or 6297858. OLE color: 6297858.

HSL color Cylindrical-coordinate representation of color #021960: hue angle of 225.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021960 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 25 96 -
CMYK 0.98 0.74 0 0.62
HSL 225.32º 0.96% 0.19% -
HSV(B) 225.32º 0.98% 0.38% -
XYZ 2.48 1.55 11.24 -
YUV 26.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 2 25 96 0.98 0.74 0 0.62 225.32 0.96 0.19
Hex 2 19 60 62 4A 0 3E E1 60 13
Octal 2 31 140 142 112 0 76 341 140 23
Binary 10 11001 1100000 1100010 1001010 0 111110 11100001 1100000 10011

Color Harmonies of #021960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021960

Black with #021960

Text Example


Text Example

White with #021960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021960; }

 p { color: rgb(2,25,96); }

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

background-color css

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

 a { background-color: rgb(2,25,96); }

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

border-color css

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

 span { border-color: rgb(2,25,96); }

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