#14506C

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

Shades of Orient #14506C

Tints of Orient #14506C

Color information

#14506C (or 0x14506C) is unknown color: approx Orient. HEX triplet: 14, 50 and 6C. RGB value is (20,80,108). Sum of RGB (Red+Green+Blue) = 20+80+108=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #14506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14506C is #EBAF93. Grayscale: #414141. Windows color (decimal): -15445908 or 7098388. OLE color: 7098388.

HSL color Cylindrical-coordinate representation of color #14506C: hue angle of 199.09º 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 #14506C is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2080108-
CMYK0.810.2600.58
HSL199.09º68.75%25.1%-
HSV(B)199.09º81.48%42.35%-
XYZ5.866.9715.22-
YUV65.25152.1295.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=9.62%
G=38.46%
B=51.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20801080.810.2600.58199.0968.7525.1
Hex14506C511A03Ac74519
Octal241201541213207230710531
Binary1010010100001101100101000111010011101011000111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,80,108); }

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

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

 a { background-color: rgb(20,80,108); }

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

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

 span { border-color: rgb(20,80,108); }

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