#16276A

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

Shades of Sapphire #16276A

Tints of Sapphire #16276A

Color information

#16276A (or 0x16276A) is unknown color: approx Sapphire. HEX triplet: 16, 27 and 6A. RGB value is (22,39,106). Sum of RGB (Red+Green+Blue) = 22+39+106=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #16276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16276A is #E9D895. Grayscale: #292929. Windows color (decimal): -15325334 or 6956822. OLE color: 6956822.

HSL color Cylindrical-coordinate representation of color #16276A: hue angle of 227.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16276A is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2239106-
CMYK0.790.6300.58
HSL227.86º65.62%25.1%-
HSV(B)227.86º79.25%41.57%-
XYZ3.662.6613.96-
YUV41.55164.37114.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 106 (41.80% from 255) = 63.47%
R=13.17%
G=23.35%
B=63.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22391060.790.6300.58227.8665.6225.1
Hex16276A4F3F03Ae44219
Octal26471521177707234410231
Binary1011010011111010101001111111111011101011100100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16276A; }

 p { color: rgb(22,39,106); }

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

<style>
 a { background-color: #16276A; }

 a { background-color: rgb(22,39,106); }

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

<style>
 span { border-color: #16276A; }

 span { border-color: rgb(22,39,106); }

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