#022773

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

Shades of Sapphire #022773

Tints of Sapphire #022773

Color information

#022773 (or 0x022773) is unknown color: approx Sapphire. HEX triplet: 02, 27 and 73. RGB value is (2,39,115). Sum of RGB (Red+Green+Blue) = 2+39+115=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #022773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022773 is #FDD88C. Grayscale: #242424. Windows color (decimal): -16636045 or 7546626. OLE color: 7546626.

HSL color Cylindrical-coordinate representation of color #022773: hue angle of 220.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022773 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB239115-
CMYK0.980.6600.55
HSL220.35º96.58%22.94%-
HSV(B)220.35º98.26%45.1%-
XYZ3.852.716.54-
YUV36.6172.24103.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 73.72%
R=1.28%
G=25%
B=73.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2391150.980.6600.55220.3596.5822.94
Hex227736242037dc6117
Octal24716314210206733414127
Binary10100111111001111000101000010011011111011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022773; }

 p { color: rgb(2,39,115); }

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

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

 a { background-color: rgb(2,39,115); }

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

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

 span { border-color: rgb(2,39,115); }

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