#14516B

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

Shades of Orient #14516B

Tints of Orient #14516B

Color information

#14516B (or 0x14516B) is unknown color: approx Orient. HEX triplet: 14, 51 and 6B. RGB value is (20,81,107). Sum of RGB (Red+Green+Blue) = 20+81+107=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #14516B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14516B is #EBAE94. Grayscale: #414141. Windows color (decimal): -15445653 or 7033108. OLE color: 7033108.

HSL color Cylindrical-coordinate representation of color #14516B: hue angle of 197.93º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14516B is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2081107-
CMYK0.810.2400.58
HSL197.93º68.5%24.9%-
HSV(B)197.93º81.31%41.96%-
XYZ5.887.114.97-
YUV65.72151.2995.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=9.62%
G=38.94%
B=51.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20811070.810.2400.58197.9368.524.9
Hex14516B511803Ac64519
Octal241211531213007230610531
Binary1010010100011101011101000111000011101011000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,81,107); }

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

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

 a { background-color: rgb(20,81,107); }

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

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

 span { border-color: rgb(20,81,107); }

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