#16285D

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

Shades of Sapphire #16285D

Tints of Sapphire #16285D

Color information

#16285D (or 0x16285D) is unknown color: approx Sapphire. HEX triplet: 16, 28 and 5D. RGB value is (22,40,93). Sum of RGB (Red+Green+Blue) = 22+40+93=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #16285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16285D is #E9D7A2. Grayscale: #282828. Windows color (decimal): -15325091 or 6105110. OLE color: 6105110.

HSL color Cylindrical-coordinate representation of color #16285D: hue angle of 224.79º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16285D is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB224093-
CMYK0.760.5700.64
HSL224.79º61.74%22.55%-
HSV(B)224.79º76.34%36.47%-
XYZ3.072.4810.67-
YUV40.66157.54114.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 93 (36.72% from 255) = 60%
R=14.19%
G=25.81%
B=60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2240930.760.5700.64224.7961.7422.55
Hex16285D4C39040e13e17
Octal26501351147101003417627
Binary1011010100010111011001100111001010000001110000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16285D; }

 p { color: rgb(22,40,93); }

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

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

 a { background-color: rgb(22,40,93); }

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

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

 span { border-color: rgb(22,40,93); }

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