#16346D

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

Shades of Sapphire #16346D

Tints of Sapphire #16346D

Color information

#16346D (or 0x16346D) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 6D. RGB value is (22,52,109). Sum of RGB (Red+Green+Blue) = 22+52+109=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #16346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16346D is #E9CB92. Grayscale: #313131. Windows color (decimal): -15322003 or 7156758. OLE color: 7156758.

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

Color convert

RGB2252109-
CMYK0.800.5200.57
HSL219.31º66.41%25.69%-
HSV(B)219.31º79.82%42.75%-
XYZ4.323.7314.96-
YUV49.53161.56108.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=12.02%
G=28.42%
B=59.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22521090.800.5200.57219.3166.4125.69
Hex16346D5034039db421a
Octal26641551206407133310232
Binary1011011010011011011010000110100011100111011011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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