#16346C

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

Shades of Sapphire #16346C

Tints of Sapphire #16346C

Color information

#16346C (or 0x16346C) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 6C. RGB value is (22,52,108). Sum of RGB (Red+Green+Blue) = 22+52+108=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #16346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16346C is #E9CB93. Grayscale: #313131. Windows color (decimal): -15322004 or 7091222. OLE color: 7091222.

HSL color Cylindrical-coordinate representation of color #16346C: hue angle of 219.07º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16346C is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2252108-
CMYK0.800.5200.58
HSL219.07º66.15%25.49%-
HSV(B)219.07º79.63%42.35%-
XYZ4.273.7114.68-
YUV49.41161.06108.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=12.09%
G=28.57%
B=59.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22521080.800.5200.58219.0766.1525.49
Hex16346C503403Adb4219
Octal26641541206407233310231
Binary1011011010011011001010000110100011101011011011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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