#022256

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

Shades of Sapphire #022256

Tints of Sapphire #022256

Color information

#022256 (or 0x022256) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 56. RGB value is (2,34,86). Sum of RGB (Red+Green+Blue) = 2+34+86=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #022256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022256 is #FDDDA9. Grayscale: #1E1E1E. Windows color (decimal): -16637354 or 5644802. OLE color: 5644802.

HSL color Cylindrical-coordinate representation of color #022256: hue angle of 217.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022256 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB23486-
CMYK0.980.6000.66
HSL217.14º95.45%17.25%-
HSV(B)217.14º97.67%33.73%-
XYZ2.281.839.04-
YUV30.36159.4107.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 86 (33.98% from 255) = 70.49%
R=1.64%
G=27.87%
B=70.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal234860.980.6000.66217.1495.4517.25
Hex22256623C042d95f11
Octal24212614274010233113721
Binary10100010101011011000101111000100001011011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022256; }

 p { color: rgb(2,34,86); }

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

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

 a { background-color: rgb(2,34,86); }

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

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

 span { border-color: rgb(2,34,86); }

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