#162957

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

Shades of Sapphire #162957

Tints of Sapphire #162957

Color information

#162957 (or 0x162957) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 57. RGB value is (22,41,87). Sum of RGB (Red+Green+Blue) = 22+41+87=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #162957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162957 is #E9D6A8. Grayscale: #282828. Windows color (decimal): -15324841 or 5712150. OLE color: 5712150.

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

Color convert

RGB224187-
CMYK0.750.5300.66
HSL222.46º59.63%21.37%-
HSV(B)222.46º74.71%34.12%-
XYZ2.842.449.34-
YUV40.56154.21114.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 87 (34.38% from 255) = 58%
R=14.67%
G=27.33%
B=58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2241870.750.5300.66222.4659.6321.37
Hex1629574B35042de3c15
Octal26511271136501023367425
Binary1011010100110101111001011110101010000101101111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162957; }

 p { color: rgb(22,41,87); }

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

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

 a { background-color: rgb(22,41,87); }

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

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

 span { border-color: rgb(22,41,87); }

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