#021147

Color #021147 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #021147

Tints of Sapphire #021147

Color information

#021147 (or 0x021147) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 47. RGB value is (2,17,71). Sum of RGB (Red+Green+Blue) = 2+17+71=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #021147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021147 is #FDEEB8. Grayscale: #121212. Windows color (decimal): -16641721 or 4657410. OLE color: 4657410.

HSL color Cylindrical-coordinate representation of color #021147: hue angle of 226.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021147 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21771-
CMYK0.970.7600.72
HSL226.96º94.52%14.31%-
HSV(B)226.96º97.18%27.84%-
XYZ1.360.876.06-
YUV18.67157.53116.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 71 (28.12% from 255) = 78.89%
R=2.22%
G=18.89%
B=78.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal217710.970.7600.72226.9694.5214.31
Hex21147614C048e35fe
Octal221107141114011034313716
Binary1010001100011111000011001100010010001110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021147; }

 p { color: rgb(2,17,71); }

 H1.HeaderClassName
 {
   color: #021147;
 }
 .AnyTagClassName
 {
   color: #021147;
 }
</style>
background-color css

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

 a { background-color: rgb(2,17,71); }

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

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

 span { border-color: rgb(2,17,71); }

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