#14566F

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

Shades of Orient #14566F

Tints of Orient #14566F

Color information

#14566F (or 0x14566F) is unknown color: approx Orient. HEX triplet: 14, 56 and 6F. RGB value is (20,86,111). Sum of RGB (Red+Green+Blue) = 20+86+111=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #14566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14566F is #EBA990. Grayscale: #444444. Windows color (decimal): -15444369 or 7296532. OLE color: 7296532.

HSL color Cylindrical-coordinate representation of color #14566F: hue angle of 196.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14566F is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2086111-
CMYK0.820.2300.56
HSL196.48º69.47%25.69%-
HSV(B)196.48º81.98%43.53%-
XYZ6.497.9516.23-
YUV69.12151.6392.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=9.22%
G=39.63%
B=51.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20861110.820.2300.56196.4869.4725.69
Hex14566F5217038c4451a
Octal241261571222707030410532
Binary1010010101101101111101001010111011100011000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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