#162968

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

Shades of Sapphire #162968

Tints of Sapphire #162968

Color information

#162968 (or 0x162968) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 68. RGB value is (22,41,104). Sum of RGB (Red+Green+Blue) = 22+41+104=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #162968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162968 is #E9D697. Grayscale: #2A2A2A. Windows color (decimal): -15324824 or 6826262. OLE color: 6826262.

HSL color Cylindrical-coordinate representation of color #162968: hue angle of 226.1º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162968 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2241104-
CMYK0.790.6100.59
HSL226.1º65.08%24.71%-
HSV(B)226.1º78.85%40.78%-
XYZ3.622.7613.44-
YUV42.5162.71113.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=13.17%
G=24.55%
B=62.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22411040.790.6100.59226.165.0824.71
Hex1629684F3D03Be24119
Octal26511501177507334210131
Binary1011010100111010001001111111101011101111100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162968; }

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

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

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

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

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

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

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

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