#14566C

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

Shades of Orient #14566C

Tints of Orient #14566C

Color information

#14566C (or 0x14566C) is unknown color: approx Orient. HEX triplet: 14, 56 and 6C. RGB value is (20,86,108). Sum of RGB (Red+Green+Blue) = 20+86+108=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #14566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14566C is #EBA993. Grayscale: #444444. Windows color (decimal): -15444372 or 7099924. OLE color: 7099924.

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

Color convert

RGB2086108-
CMYK0.810.2000.58
HSL195º68.75%25.1%-
HSV(B)195º81.48%42.35%-
XYZ6.327.8915.38-
YUV68.77150.1393.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=9.35%
G=40.19%
B=50.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20861080.810.2000.5819568.7525.1
Hex14566C511403Ac34519
Octal241261541212407230310531
Binary1010010101101101100101000110100011101011000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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