#021347

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

Shades of Sapphire #021347

Tints of Sapphire #021347

Color information

#021347 (or 0x021347) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 47. RGB value is (2,19,71). Sum of RGB (Red+Green+Blue) = 2+19+71=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #021347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021347 is #FDECB8. Grayscale: #131313. Windows color (decimal): -16641209 or 4657922. OLE color: 4657922.

HSL color Cylindrical-coordinate representation of color #021347: hue angle of 225.22º 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 #021347 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21971-
CMYK0.970.7300.72
HSL225.22º94.52%14.31%-
HSV(B)225.22º97.18%27.84%-
XYZ1.40.936.07-
YUV19.84156.87115.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 71 (28.12% from 255) = 77.17%
R=2.17%
G=20.65%
B=77.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal219710.970.7300.72225.2294.5214.31
Hex213476149048e15fe
Octal223107141111011034113716
Binary1010011100011111000011001001010010001110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021347; }

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

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

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

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

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

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

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

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