#021776

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

Shades of Sapphire #021776

Tints of Sapphire #021776

Color information

#021776 (or 0x021776) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 76. RGB value is (2,23,118). Sum of RGB (Red+Green+Blue) = 2+23+118=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #021776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021776 is #FDE889. Grayscale: #1B1B1B. Windows color (decimal): -16640138 or 7739138. OLE color: 7739138.

HSL color Cylindrical-coordinate representation of color #021776: hue angle of 229.14º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021776 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB223118-
CMYK0.980.8100.54
HSL229.14º96.67%23.53%-
HSV(B)229.14º98.31%46.27%-
XYZ3.61.9317.32-
YUV27.55179.04109.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 118 (46.48% from 255) = 82.52%
R=1.40%
G=16.08%
B=82.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2231180.980.8100.54229.1496.6723.53
Hex217766251036e56118
Octal22716614212106634514130
Binary1010111111011011000101010001011011011100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021776; }

 p { color: rgb(2,23,118); }

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

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

 a { background-color: rgb(2,23,118); }

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

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

 span { border-color: rgb(2,23,118); }

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