#022373

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

Shades of Sapphire #022373

Tints of Sapphire #022373

Color information

#022373 (or 0x022373) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 73. RGB value is (2,35,115). Sum of RGB (Red+Green+Blue) = 2+35+115=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #022373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022373 is #FDDC8C. Grayscale: #212121. Windows color (decimal): -16637069 or 7545602. OLE color: 7545602.

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

Color convert

RGB235115-
CMYK0.980.7000.55
HSL222.48º96.58%22.94%-
HSV(B)222.48º98.26%45.1%-
XYZ3.722.4516.5-
YUV34.25173.57105-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 115 (45.31% from 255) = 75.66%
R=1.32%
G=23.03%
B=75.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2351150.980.7000.55222.4896.5822.94
Hex223736246037de6117
Octal24316314210606733614127
Binary10100011111001111000101000110011011111011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022373; }

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

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

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

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

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

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

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

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