#022372

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

Shades of Sapphire #022372

Tints of Sapphire #022372

Color information

#022372 (or 0x022372) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 72. RGB value is (2,35,114). Sum of RGB (Red+Green+Blue) = 2+35+114=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #022372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022372 is #FDDC8D. Grayscale: #212121. Windows color (decimal): -16637070 or 7480066. OLE color: 7480066.

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

Color convert

RGB235114-
CMYK0.980.6900.55
HSL222.32º96.55%22.75%-
HSV(B)222.32º98.25%44.71%-
XYZ3.662.4316.2-
YUV34.14173.07105.08-

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.18%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=1.32%
G=23.18%
B=75.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2351140.980.6900.55222.3296.5522.75
Hex223726245037de6117
Octal24316214210506733614127
Binary10100011111001011000101000101011011111011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022372; }

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

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

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

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

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

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

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

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