Html Css Color HEX #021971 Sapphire

📋 copy color: '#021971'

red 2 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #021971

Tints of Sapphire #021971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 80.71%

R = 1.43%
G = 17.86%
B = 80.71%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021971 (or 0x021971) is known color: Sapphire. HEX triplet: 02, 19 and 71. RGB value is (2,25,113). Sum of RGB (Red+Green+Blue) = 2+25+113=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #021971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021971 is #FDE68E. Grayscale: #1B1B1B. Windows color (decimal): -16639631 or 7411970. OLE color: 7411970.

HSL color Cylindrical-coordinate representation of color #021971: hue angle of 227.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021971 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 25 113 -
CMYK 0.98 0.78 0 0.56
HSL 227.57º 0.97% 0.23% -
HSV(B) 227.57º 0.98% 0.44% -
XYZ 3.35 1.9 15.81 -
YUV 28.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 2 25 113 0.98 0.78 0 0.56 227.57 0.97 0.23
Hex 2 19 71 62 4E 0 38 E4 61 17
Octal 2 31 161 142 116 0 70 344 141 27
Binary 10 11001 1110001 1100010 1001110 0 111000 11100100 1100001 10111

Color Harmonies of #021971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021971

Black with #021971

Text Example


Text Example

White with #021971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021971; }

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

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

background-color css

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

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

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

border-color css

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

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

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