#022D73

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

Shades of Sapphire #022D73

Tints of Sapphire #022D73

Color information

#022D73 (or 0x022D73) is unknown color: approx Sapphire. HEX triplet: 02, 2D and 73. RGB value is (2,45,115). Sum of RGB (Red+Green+Blue) = 2+45+115=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #022D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D73 is #FDD28C. Grayscale: #272727. Windows color (decimal): -16634509 or 7548162. OLE color: 7548162.

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

Color convert

RGB245115-
CMYK0.980.6100.55
HSL217.17º96.58%22.94%-
HSV(B)217.17º98.26%45.1%-
XYZ4.063.1316.61-
YUV40.12170.25100.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=1.23%
G=27.78%
B=70.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2451150.980.6100.55217.1796.5822.94
Hex22D73623D037d96117
Octal2551631427506733114127
Binary1010110111100111100010111101011011111011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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