#162D58

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

Shades of Sapphire #162D58

Tints of Sapphire #162D58

Color information

#162D58 (or 0x162D58) is unknown color: approx Sapphire. HEX triplet: 16, 2D and 58. RGB value is (22,45,88). Sum of RGB (Red+Green+Blue) = 22+45+88=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #162D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D58 is #E9D2A7. Grayscale: #2A2A2A. Windows color (decimal): -15323816 or 5778710. OLE color: 5778710.

HSL color Cylindrical-coordinate representation of color #162D58: hue angle of 219.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162D58 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224588-
CMYK0.750.4900.65
HSL219.09º60%21.57%-
HSV(B)219.09º75%34.51%-
XYZ3.032.759.6-
YUV43.02153.38113-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=14.19%
G=29.03%
B=56.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2245880.750.4900.65219.096021.57
Hex162D584B31041db3c16
Octal26551301136101013337426
Binary1011010110110110001001011110001010000011101101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,45,88); }

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

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

 a { background-color: rgb(22,45,88); }

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

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

 span { border-color: rgb(22,45,88); }

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