#162058

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

Shades of Sapphire #162058

Tints of Sapphire #162058

Color information

#162058 (or 0x162058) is unknown color: approx Sapphire. HEX triplet: 16, 20 and 58. RGB value is (22,32,88). Sum of RGB (Red+Green+Blue) = 22+32+88=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #162058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162058 is #E9DFA7. Grayscale: #232323. Windows color (decimal): -15327144 or 5775382. OLE color: 5775382.

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

Color convert

RGB223288-
CMYK0.750.6400.65
HSL230.91º60%21.57%-
HSV(B)230.91º75%34.51%-
XYZ2.611.919.46-
YUV35.39157.69118.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 88 (34.77% from 255) = 61.97%
R=15.49%
G=22.54%
B=61.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2232880.750.6400.65230.916021.57
Hex1620584B40041e73c16
Octal264013011310001013477426
Binary10110100000101100010010111000000010000011110011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162058; }

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

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

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

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

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

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

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

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