#16285B

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

Shades of Sapphire #16285B

Tints of Sapphire #16285B

Color information

#16285B (or 0x16285B) is unknown color: approx Sapphire. HEX triplet: 16, 28 and 5B. RGB value is (22,40,91). Sum of RGB (Red+Green+Blue) = 22+40+91=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #16285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16285B is #E9D7A4. Grayscale: #282828. Windows color (decimal): -15325093 or 5974038. OLE color: 5974038.

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

Color convert

RGB224091-
CMYK0.760.5600.64
HSL224.35º61.06%22.16%-
HSV(B)224.35º75.82%35.69%-
XYZ2.982.4410.21-
YUV40.43156.54114.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 91 (35.94% from 255) = 59.48%
R=14.38%
G=26.14%
B=59.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2240910.760.5600.64224.3561.0622.16
Hex16285B4C38040e03d16
Octal26501331147001003407526
Binary1011010100010110111001100111000010000001110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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