#162361

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

Shades of Sapphire #162361

Tints of Sapphire #162361

Color information

#162361 (or 0x162361) is unknown color: approx Sapphire. HEX triplet: 16, 23 and 61. RGB value is (22,35,97). Sum of RGB (Red+Green+Blue) = 22+35+97=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #162361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162361 is #E9DC9E. Grayscale: #252525. Windows color (decimal): -15326367 or 6365974. OLE color: 6365974.

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

Color convert

RGB223597-
CMYK0.770.6400.62
HSL229.6º63.03%23.33%-
HSV(B)229.6º77.32%38.04%-
XYZ3.092.2411.58-
YUV38.18161.19116.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=14.29%
G=22.73%
B=62.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2235970.770.6400.62229.663.0323.33
Hex1623614D4003Ee63f17
Octal26431411151000763467727
Binary1011010001111000011001101100000001111101110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162361; }

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

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

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

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

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

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

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

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