#022772

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

Shades of Sapphire #022772

Tints of Sapphire #022772

Color information

#022772 (or 0x022772) is unknown color: approx Sapphire. HEX triplet: 02, 27 and 72. RGB value is (2,39,114). Sum of RGB (Red+Green+Blue) = 2+39+114=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #022772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022772 is #FDD88D. Grayscale: #242424. Windows color (decimal): -16636046 or 7481090. OLE color: 7481090.

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

Color convert

RGB239114-
CMYK0.980.6600.55
HSL220.18º96.55%22.75%-
HSV(B)220.18º98.25%44.71%-
XYZ3.792.6816.24-
YUV36.49171.74103.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 114 (44.92% from 255) = 73.55%
R=1.29%
G=25.16%
B=73.55%

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
Decimal2391140.980.6600.55220.1896.5522.75
Hex227726242037dc6117
Octal24716214210206733414127
Binary10100111111001011000101000010011011111011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022772; }

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

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

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

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

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

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

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

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