#021646

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

Shades of Sapphire #021646

Tints of Sapphire #021646

Color information

#021646 (or 0x021646) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 46. RGB value is (2,22,70). Sum of RGB (Red+Green+Blue) = 2+22+70=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #021646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021646 is #FDE9B9. Grayscale: #151515. Windows color (decimal): -16640442 or 4593154. OLE color: 4593154.

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

Color convert

RGB22270-
CMYK0.970.6900.73
HSL222.35º94.44%14.12%-
HSV(B)222.35º97.14%27.45%-
XYZ1.421.035.92-
YUV21.49155.37114.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 70 (27.73% from 255) = 74.47%
R=2.13%
G=23.40%
B=74.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal222700.970.6900.73222.3594.4414.12
Hex216466145049de5ee
Octal226106141105011133613616
Binary1010110100011011000011000101010010011101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021646; }

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

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

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

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

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

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

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

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