Html Css Color HEX #021471 Sapphire

📋 copy color: '#021471'

red 2 ◦ green 20 ◦ blue 113

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

Shades of Sapphire #021471

Tints of Sapphire #021471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 1.48%
G = 14.81%
B = 83.7%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021471 (or 0x021471) is known color: Sapphire. HEX triplet: 02, 14 and 71. RGB value is (2,20,113). Sum of RGB (Red+Green+Blue) = 2+20+113=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #021471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021471 is #FDEB8E. Grayscale: #181818. Windows color (decimal): -16640911 or 7410690. OLE color: 7410690.

HSL color Cylindrical-coordinate representation of color #021471: hue angle of 230.27º 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 #021471 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 20 113 -
CMYK 0.98 0.82 0 0.56
HSL 230.27º 0.97% 0.23% -
HSV(B) 230.27º 0.98% 0.44% -
XYZ 3.26 1.71 15.78 -
YUV 25.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 2 20 113 0.98 0.82 0 0.56 230.27 0.97 0.23
Hex 2 14 71 62 52 0 38 E6 61 17
Octal 2 24 161 142 122 0 70 346 141 27
Binary 10 10100 1110001 1100010 1010010 0 111000 11100110 1100001 10111

Color Harmonies of #021471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021471

Black with #021471

Text Example


Text Example

White with #021471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021471; }

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

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

background-color css

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

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

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

border-color css

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

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

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