#162668

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

Shades of Sapphire #162668

Tints of Sapphire #162668

Color information

#162668 (or 0x162668) is unknown color: approx Sapphire. HEX triplet: 16, 26 and 68. RGB value is (22,38,104). Sum of RGB (Red+Green+Blue) = 22+38+104=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #162668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162668 is #E9D997. Grayscale: #282828. Windows color (decimal): -15325592 or 6825494. OLE color: 6825494.

HSL color Cylindrical-coordinate representation of color #162668: hue angle of 228.29º 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 #162668 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2238104-
CMYK0.790.6300.59
HSL228.29º65.08%24.71%-
HSV(B)228.29º78.85%40.78%-
XYZ3.522.5613.4-
YUV40.74163.7114.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=13.41%
G=23.17%
B=63.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22381040.790.6300.59228.2965.0824.71
Hex1626684F3F03Be44119
Octal26461501177707334410131
Binary1011010011011010001001111111111011101111100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162668; }

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

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

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

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

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

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

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

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