#162561

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

Shades of Sapphire #162561

Tints of Sapphire #162561

Color information

#162561 (or 0x162561) is unknown color: approx Sapphire. HEX triplet: 16, 25 and 61. RGB value is (22,37,97). Sum of RGB (Red+Green+Blue) = 22+37+97=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #162561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162561 is #E9DA9E. Grayscale: #272727. Windows color (decimal): -15325855 or 6366486. OLE color: 6366486.

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

Color convert

RGB223797-
CMYK0.770.6200.62
HSL228º63.03%23.33%-
HSV(B)228º77.32%38.04%-
XYZ3.152.3611.6-
YUV39.35160.53115.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=14.10%
G=23.72%
B=62.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2237970.770.6200.6222863.0323.33
Hex1625614D3E03Ee43f17
Octal2645141115760763447727
Binary101101001011100001100110111111001111101110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162561; }

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

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

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

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

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

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

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

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