#16266D

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

Shades of Sapphire #16266D

Tints of Sapphire #16266D

Color information

#16266D (or 0x16266D) is unknown color: approx Sapphire. HEX triplet: 16, 26 and 6D. RGB value is (22,38,109). Sum of RGB (Red+Green+Blue) = 22+38+109=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #16266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16266D is #E9D992. Grayscale: #292929. Windows color (decimal): -15325587 or 7153174. OLE color: 7153174.

HSL color Cylindrical-coordinate representation of color #16266D: hue angle of 228.97º 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 #16266D is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2238109-
CMYK0.800.6500.57
HSL228.97º66.41%25.69%-
HSV(B)228.97º79.82%42.75%-
XYZ3.782.6614.78-
YUV41.31166.2114.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 109 (42.97% from 255) = 64.50%
R=13.02%
G=22.49%
B=64.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22381090.800.6500.57228.9766.4125.69
Hex16266D5041039e5421a
Octal264615512010107134510232
Binary10110100110110110110100001000001011100111100101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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