#16256D

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

Shades of Sapphire #16256D

Tints of Sapphire #16256D

Color information

#16256D (or 0x16256D) is unknown color: approx Sapphire. HEX triplet: 16, 25 and 6D. RGB value is (22,37,109). Sum of RGB (Red+Green+Blue) = 22+37+109=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #16256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16256D is #E9DA92. Grayscale: #282828. Windows color (decimal): -15325843 or 7152918. OLE color: 7152918.

HSL color Cylindrical-coordinate representation of color #16256D: hue angle of 229.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16256D is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2237109-
CMYK0.800.6600.57
HSL229.66º66.41%25.69%-
HSV(B)229.66º79.82%42.75%-
XYZ3.752.614.77-
YUV40.72166.53114.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.10%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=13.10%
G=22.02%
B=64.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22371090.800.6600.57229.6666.4125.69
Hex16256D5042039e6421a
Octal264515512010207134610232
Binary10110100101110110110100001000010011100111100110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,37,109); }

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

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

 a { background-color: rgb(22,37,109); }

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

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

 span { border-color: rgb(22,37,109); }

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