#021662

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

Shades of Sapphire #021662

Tints of Sapphire #021662

Color information

#021662 (or 0x021662) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 62. RGB value is (2,22,98). Sum of RGB (Red+Green+Blue) = 2+22+98=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #021662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021662 is #FDE99D. Grayscale: #181818. Windows color (decimal): -16640414 or 6428162. OLE color: 6428162.

HSL color Cylindrical-coordinate representation of color #021662: hue angle of 227.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021662 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB22298-
CMYK0.980.7800.62
HSL227.5º96%19.61%-
HSV(B)227.5º97.96%38.43%-
XYZ2.521.4711.71-
YUV24.68169.37111.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 98 (38.67% from 255) = 80.33%
R=1.64%
G=18.03%
B=80.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal222980.980.7800.62227.59619.61
Hex21662624E03Ee46014
Octal22614214211607634414024
Binary1010110110001011000101001110011111011100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021662; }

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

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

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

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

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

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

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

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