#021946

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

Shades of Sapphire #021946

Tints of Sapphire #021946

Color information

#021946 (or 0x021946) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 46. RGB value is (2,25,70). Sum of RGB (Red+Green+Blue) = 2+25+70=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #021946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021946 is #FDE6B9. Grayscale: #171717. Windows color (decimal): -16639674 or 4593922. OLE color: 4593922.

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

Color convert

RGB22570-
CMYK0.970.6400.73
HSL219.71º94.44%14.12%-
HSV(B)219.71º97.14%27.45%-
XYZ1.481.155.94-
YUV23.25154.38112.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 70 (27.73% from 255) = 72.16%
R=2.06%
G=25.77%
B=72.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal225700.970.6400.73219.7194.4414.12
Hex219466140049dc5ee
Octal231106141100011133413616
Binary1011001100011011000011000000010010011101110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021946; }

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

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

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

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

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

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

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

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