#16225B

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

Shades of Sapphire #16225B

Tints of Sapphire #16225B

Color information

#16225B (or 0x16225B) is unknown color: approx Sapphire. HEX triplet: 16, 22 and 5B. RGB value is (22,34,91). Sum of RGB (Red+Green+Blue) = 22+34+91=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #16225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16225B is #E9DDA4. Grayscale: #242424. Windows color (decimal): -15326629 or 5972502. OLE color: 5972502.

HSL color Cylindrical-coordinate representation of color #16225B: hue angle of 229.57º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16225B is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223491-
CMYK0.760.6300.64
HSL229.57º61.06%22.16%-
HSV(B)229.57º75.82%35.69%-
XYZ2.792.0710.15-
YUV36.91158.52117.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=14.97%
G=23.13%
B=61.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2234910.760.6300.64229.5761.0622.16
Hex16225B4C3F040e63d16
Octal26421331147701003467526
Binary1011010001010110111001100111111010000001110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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