#162962

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

Shades of Sapphire #162962

Tints of Sapphire #162962

Color information

#162962 (or 0x162962) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 62. RGB value is (22,41,98). Sum of RGB (Red+Green+Blue) = 22+41+98=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #162962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162962 is #E9D69D. Grayscale: #292929. Windows color (decimal): -15324830 or 6433046. OLE color: 6433046.

HSL color Cylindrical-coordinate representation of color #162962: hue angle of 225º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #162962 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB224198-
CMYK0.780.5800.62
HSL225º63.33%23.53%-
HSV(B)225º77.55%38.43%-
XYZ3.332.6411.89-
YUV41.82159.71113.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=13.66%
G=25.47%
B=60.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2241980.780.5800.6222563.3323.53
Hex1629624E3A03Ee13f18
Octal2651142116720763417730
Binary101101010011100010100111011101001111101110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162962; }

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

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

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

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

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

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

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

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