#14576A

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

Shades of Orient #14576A

Tints of Orient #14576A

Color information

#14576A (or 0x14576A) is unknown color: approx Orient. HEX triplet: 14, 57 and 6A. RGB value is (20,87,106). Sum of RGB (Red+Green+Blue) = 20+87+106=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #14576A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14576A is #EBA895. Grayscale: #444444. Windows color (decimal): -15444118 or 6969108. OLE color: 6969108.

HSL color Cylindrical-coordinate representation of color #14576A: hue angle of 193.26º degrees, saturation: 0.68, 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 #14576A is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2087106-
CMYK0.810.1800.58
HSL193.26º68.25%24.71%-
HSV(B)193.26º81.13%41.57%-
XYZ6.38.0114.85-
YUV69.13148.892.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=9.39%
G=40.85%
B=49.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20871060.810.1800.58193.2668.2524.71
Hex14576A511203Ac14419
Octal241271521212207230110431
Binary1010010101111101010101000110010011101011000001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,87,106); }

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

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

 a { background-color: rgb(20,87,106); }

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

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

 span { border-color: rgb(20,87,106); }

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