#16225F

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

Shades of Sapphire #16225F

Tints of Sapphire #16225F

Color information

#16225F (or 0x16225F) is unknown color: approx Sapphire. HEX triplet: 16, 22 and 5F. RGB value is (22,34,95). Sum of RGB (Red+Green+Blue) = 22+34+95=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #16225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16225F is #E9DDA0. Grayscale: #252525. Windows color (decimal): -15326625 or 6234646. OLE color: 6234646.

HSL color Cylindrical-coordinate representation of color #16225F: hue angle of 230.14º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16225F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB223495-
CMYK0.770.6400.63
HSL230.14º62.39%22.94%-
HSV(B)230.14º76.84%37.25%-
XYZ2.972.1411.08-
YUV37.37160.52117.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=14.57%
G=22.52%
B=62.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2234950.770.6400.63230.1462.3922.94
Hex16225F4D4003Fe63e17
Octal26421371151000773467627
Binary1011010001010111111001101100000001111111110011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16225F; }

 p { color: rgb(22,34,95); }

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

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

 a { background-color: rgb(22,34,95); }

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

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

 span { border-color: rgb(22,34,95); }

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