#021665

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

Shades of Sapphire #021665

Tints of Sapphire #021665

Color information

#021665 (or 0x021665) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 65. RGB value is (2,22,101). Sum of RGB (Red+Green+Blue) = 2+22+101=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #021665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021665 is #FDE99A. Grayscale: #181818. Windows color (decimal): -16640411 or 6624770. OLE color: 6624770.

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

Color convert

RGB222101-
CMYK0.980.7800.60
HSL227.88º96.12%20.2%-
HSV(B)227.88º98.02%39.61%-
XYZ2.661.5312.47-
YUV25.03170.87111.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 101 (39.84% from 255) = 80.8%
R=1.6%
G=17.6%
B=80.8%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2221010.980.7800.60227.8896.1220.2
Hex21665624E03Ce46014
Octal22614514211607434414024
Binary1010110110010111000101001110011110011100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021665; }

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

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

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

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

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

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

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

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