#14597A

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

Shades of Orient #14597A

Tints of Orient #14597A

Color information

#14597A (or 0x14597A) is unknown color: approx Orient. HEX triplet: 14, 59 and 7A. RGB value is (20,89,122). Sum of RGB (Red+Green+Blue) = 20+89+122=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #14597A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14597A is #EBA685. Grayscale: #474747. Windows color (decimal): -15443590 or 8018196. OLE color: 8018196.

HSL color Cylindrical-coordinate representation of color #14597A: hue angle of 199.41º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14597A is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2089122-
CMYK0.840.2700.52
HSL199.41º71.83%27.84%-
HSV(B)199.41º83.61%47.84%-
XYZ7.378.719.7-
YUV72.13156.1490.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=8.66%
G=38.53%
B=52.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20891220.840.2700.52199.4171.8327.84
Hex14597A541B034c7481c
Octal241311721243306430711034
Binary1010010110011111010101010011011011010011000111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14597A; }

 p { color: rgb(20,89,122); }

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

<style>
 a { background-color: #14597A; }

 a { background-color: rgb(20,89,122); }

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

<style>
 span { border-color: #14597A; }

 span { border-color: rgb(20,89,122); }

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