#16295E

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

Shades of Sapphire #16295E

Tints of Sapphire #16295E

Color information

#16295E (or 0x16295E) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 5E. RGB value is (22,41,94). Sum of RGB (Red+Green+Blue) = 22+41+94=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #16295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16295E is #E9D6A1. Grayscale: #292929. Windows color (decimal): -15324834 or 6170902. OLE color: 6170902.

HSL color Cylindrical-coordinate representation of color #16295E: hue angle of 224.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16295E is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB224194-
CMYK0.770.5600.63
HSL224.17º62.07%22.75%-
HSV(B)224.17º76.6%36.86%-
XYZ3.142.5610.92-
YUV41.36157.71114.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 94 (37.11% from 255) = 59.87%
R=14.01%
G=26.11%
B=59.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2241940.770.5600.63224.1762.0722.75
Hex16295E4D3803Fe03e17
Octal2651136115700773407627
Binary101101010011011110100110111100001111111110000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16295E; }

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

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

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

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

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

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

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

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