#162A57

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

Shades of Sapphire #162A57

Tints of Sapphire #162A57

Color information

#162A57 (or 0x162A57) is unknown color: approx Sapphire. HEX triplet: 16, 2A and 57. RGB value is (22,42,87). Sum of RGB (Red+Green+Blue) = 22+42+87=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #162A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A57 is #E9D5A8. Grayscale: #282828. Windows color (decimal): -15324585 or 5712406. OLE color: 5712406.

HSL color Cylindrical-coordinate representation of color #162A57: hue angle of 221.54º 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 #162A57 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB224287-
CMYK0.750.5200.66
HSL221.54º59.63%21.37%-
HSV(B)221.54º74.71%34.12%-
XYZ2.882.519.35-
YUV41.15153.87114.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=14.57%
G=27.81%
B=57.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2242870.750.5200.66221.5459.6321.37
Hex162A574B34042de3c15
Octal26521271136401023367425
Binary1011010101010101111001011110100010000101101111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162A57; }

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

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

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

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

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

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

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

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