#021977

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

Shades of Sapphire #021977

Tints of Sapphire #021977

Color information

#021977 (or 0x021977) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 77. RGB value is (2,25,119). Sum of RGB (Red+Green+Blue) = 2+25+119=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #021977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021977 is #FDE688. Grayscale: #1C1C1C. Windows color (decimal): -16639625 or 7805186. OLE color: 7805186.

HSL color Cylindrical-coordinate representation of color #021977: hue angle of 228.21º 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 #021977 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB225119-
CMYK0.980.7900.53
HSL228.21º96.69%23.73%-
HSV(B)228.21º98.32%46.67%-
XYZ3.72.0417.65-
YUV28.84178.88108.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 119 (46.88% from 255) = 81.51%
R=1.37%
G=17.12%
B=81.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2251190.980.7900.53228.2196.6923.73
Hex21977624F035e46118
Octal23116714211706534414130
Binary1011001111011111000101001111011010111100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021977; }

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

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

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

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

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

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

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

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