#021777

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

Shades of Sapphire #021777

Tints of Sapphire #021777

Color information

#021777 (or 0x021777) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 77. RGB value is (2,23,119). Sum of RGB (Red+Green+Blue) = 2+23+119=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #021777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021777 is #FDE888. Grayscale: #1B1B1B. Windows color (decimal): -16640137 or 7804674. OLE color: 7804674.

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

Color convert

RGB223119-
CMYK0.980.8100.53
HSL229.23º96.69%23.73%-
HSV(B)229.23º98.32%46.67%-
XYZ3.661.9617.64-
YUV27.66179.54109.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 119 (46.88% from 255) = 82.64%
R=1.39%
G=15.97%
B=82.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2231190.980.8100.53229.2396.6923.73
Hex217776251035e56118
Octal22716714212106534514130
Binary1010111111011111000101010001011010111100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021777; }

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

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

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

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

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

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

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

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