#021651

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

Shades of Sapphire #021651

Tints of Sapphire #021651

Color information

#021651 (or 0x021651) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 51. RGB value is (2,22,81). Sum of RGB (Red+Green+Blue) = 2+22+81=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #021651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021651 is #FDE9AE. Grayscale: #161616. Windows color (decimal): -16640431 or 5314050. OLE color: 5314050.

HSL color Cylindrical-coordinate representation of color #021651: hue angle of 224.81º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021651 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22281-
CMYK0.980.7300.68
HSL224.81º95.18%16.27%-
HSV(B)224.81º97.53%31.76%-
XYZ1.81.187.92-
YUV22.75160.87113.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 81 (32.03% from 255) = 77.14%
R=1.90%
G=20.95%
B=77.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal222810.980.7300.68224.8195.1816.27
Hex216516249044e15f10
Octal226121142111010434113720
Binary10101101010001110001010010010100010011100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021651; }

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

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

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

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

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

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

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

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