#162958

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

Shades of Sapphire #162958

Tints of Sapphire #162958

Color information

#162958 (or 0x162958) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 58. RGB value is (22,41,88). Sum of RGB (Red+Green+Blue) = 22+41+88=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #162958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162958 is #E9D6A7. Grayscale: #282828. Windows color (decimal): -15324840 or 5777686. OLE color: 5777686.

HSL color Cylindrical-coordinate representation of color #162958: hue angle of 222.73º 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 #162958 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224188-
CMYK0.750.5300.65
HSL222.73º60%21.57%-
HSV(B)222.73º75%34.51%-
XYZ2.892.469.56-
YUV40.68154.71114.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=14.57%
G=27.15%
B=58.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2241880.750.5300.65222.736021.57
Hex1629584B35041df3c16
Octal26511301136501013377426
Binary1011010100110110001001011110101010000011101111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162958; }

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

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

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

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

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

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

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

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