#162356

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

Shades of Sapphire #162356

Tints of Sapphire #162356

Color information

#162356 (or 0x162356) is unknown color: approx Sapphire. HEX triplet: 16, 23 and 56. RGB value is (22,35,86). Sum of RGB (Red+Green+Blue) = 22+35+86=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #162356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162356 is #E9DCA9. Grayscale: #242424. Windows color (decimal): -15326378 or 5645078. OLE color: 5645078.

HSL color Cylindrical-coordinate representation of color #162356: hue angle of 227.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162356 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB223586-
CMYK0.740.5900.66
HSL227.81º59.26%21.18%-
HSV(B)227.81º74.42%33.73%-
XYZ2.612.049.06-
YUV36.93155.69117.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=15.38%
G=24.48%
B=60.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2235860.740.5900.66227.8159.2621.18
Hex1623564A3B042e43b15
Octal26431261127301023447325
Binary1011010001110101101001010111011010000101110010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162356; }

 p { color: rgb(22,35,86); }

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

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

 a { background-color: rgb(22,35,86); }

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

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

 span { border-color: rgb(22,35,86); }

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