#162161

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

Shades of Sapphire #162161

Tints of Sapphire #162161

Color information

#162161 (or 0x162161) is unknown color: approx Sapphire. HEX triplet: 16, 21 and 61. RGB value is (22,33,97). Sum of RGB (Red+Green+Blue) = 22+33+97=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #162161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162161 is #E9DE9E. Grayscale: #242424. Windows color (decimal): -15326879 or 6365462. OLE color: 6365462.

HSL color Cylindrical-coordinate representation of color #162161: hue angle of 231.2º 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 #162161 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB223397-
CMYK0.770.6600.62
HSL231.2º63.03%23.33%-
HSV(B)231.2º77.32%38.04%-
XYZ3.032.1211.56-
YUV37.01161.86117.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=14.47%
G=21.71%
B=63.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2233970.770.6600.62231.263.0323.33
Hex1621614D4203Ee73f17
Octal26411411151020763477727
Binary1011010000111000011001101100001001111101110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162161; }

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

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

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

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

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

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

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

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