#021346

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

Shades of Sapphire #021346

Tints of Sapphire #021346

Color information

#021346 (or 0x021346) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 46. RGB value is (2,19,70). Sum of RGB (Red+Green+Blue) = 2+19+70=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #021346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021346 is #FDECB9. Grayscale: #131313. Windows color (decimal): -16641210 or 4592386. OLE color: 4592386.

HSL color Cylindrical-coordinate representation of color #021346: hue angle of 225º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021346 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB21970-
CMYK0.970.7300.73
HSL225º94.44%14.12%-
HSV(B)225º97.14%27.45%-
XYZ1.360.925.9-
YUV19.73156.37115.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 70 (27.73% from 255) = 76.92%
R=2.20%
G=20.88%
B=76.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal219700.970.7300.7322594.4414.12
Hex213466149049e15ee
Octal223106141111011134113616
Binary1010011100011011000011001001010010011110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021346; }

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

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

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

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

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

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

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

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