#14566e

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

Shades of Orient #14566E

Tints of Orient #14566E

Color information

#14566E (or 0x14566E) is unknown color: approx Orient. HEX triplet: 14, 56 and 6E. RGB value is (20,86,110). Sum of RGB (Red+Green+Blue) = 20+86+110=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #14566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14566E is #EBA991. Grayscale: #444444. Windows color (decimal): -15444370 or 7230996. OLE color: 7230996.

HSL color Cylindrical-coordinate representation of color #14566E: hue angle of 196º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14566E is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2086110-
CMYK0.820.2200.57
HSL196º69.23%25.49%-
HSV(B)196º81.82%43.14%-
XYZ6.437.9315.94-
YUV69151.1393.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=9.26%
G=39.81%
B=50.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20861100.820.2200.5719669.2325.49
Hex14566E5216039c44519
Octal241261561222607130410531
Binary1010010101101101110101001010110011100111000100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14566e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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