#021648

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

Shades of Sapphire #021648

Tints of Sapphire #021648

Color information

#021648 (or 0x021648) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 48. RGB value is (2,22,72). Sum of RGB (Red+Green+Blue) = 2+22+72=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #021648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021648 is #FDE9B7. Grayscale: #151515. Windows color (decimal): -16640440 or 4724226. OLE color: 4724226.

HSL color Cylindrical-coordinate representation of color #021648: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021648 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB22272-
CMYK0.970.6900.72
HSL222.86º94.59%14.51%-
HSV(B)222.86º97.22%28.24%-
XYZ1.481.056.26-
YUV21.72156.37113.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 72 (28.52% from 255) = 75%
R=2.08%
G=22.92%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal222720.970.6900.72222.8694.5914.51
Hex216486145048df5ff
Octal226110141105011033713717
Binary1010110100100011000011000101010010001101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021648; }

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

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

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

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

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

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

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

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