#022E77

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

Shades of Sapphire #022E77

Tints of Sapphire #022E77

Color information

#022E77 (or 0x022E77) is unknown color: approx Sapphire. HEX triplet: 02, 2E and 77. RGB value is (2,46,119). Sum of RGB (Red+Green+Blue) = 2+46+119=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #022E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E77 is #FDD188. Grayscale: #282828. Windows color (decimal): -16634249 or 7810562. OLE color: 7810562.

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

Color convert

RGB246119-
CMYK0.980.6100.53
HSL217.44º96.69%23.73%-
HSV(B)217.44º98.32%46.67%-
XYZ4.333.317.86-
YUV41.17171.92100.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 119 (46.88% from 255) = 71.26%
R=1.20%
G=27.54%
B=71.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2461190.980.6100.53217.4496.6923.73
Hex22E77623D035d96118
Octal2561671427506533114130
Binary1010111011101111100010111101011010111011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E77; }

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

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

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

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

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

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

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

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