#16265B

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

Shades of Sapphire #16265B

Tints of Sapphire #16265B

Color information

#16265B (or 0x16265B) is unknown color: approx Sapphire. HEX triplet: 16, 26 and 5B. RGB value is (22,38,91). Sum of RGB (Red+Green+Blue) = 22+38+91=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #16265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16265B is #E9D9A4. Grayscale: #272727. Windows color (decimal): -15325605 or 5973526. OLE color: 5973526.

HSL color Cylindrical-coordinate representation of color #16265B: hue angle of 226.09º 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 #16265B is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223891-
CMYK0.760.5800.64
HSL226.09º61.06%22.16%-
HSV(B)226.09º75.82%35.69%-
XYZ2.912.3110.19-
YUV39.26157.2115.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=14.57%
G=25.17%
B=60.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2238910.760.5800.64226.0961.0622.16
Hex16265B4C3A040e23d16
Octal26461331147201003427526
Binary1011010011010110111001100111010010000001110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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