#14587A

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

Shades of Orient #14587A

Tints of Orient #14587A

Color information

#14587A (or 0x14587A) is unknown color: approx Orient. HEX triplet: 14, 58 and 7A. RGB value is (20,88,122). Sum of RGB (Red+Green+Blue) = 20+88+122=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #14587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14587A is #EBA785. Grayscale: #474747. Windows color (decimal): -15443846 or 8017940. OLE color: 8017940.

HSL color Cylindrical-coordinate representation of color #14587A: hue angle of 200º 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 #14587A is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2088122-
CMYK0.840.2800.52
HSL200º71.83%27.84%-
HSV(B)200º83.61%47.84%-
XYZ7.298.5319.68-
YUV71.54156.4791.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 88 (34.77% from 255) = 38.26%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=8.70%
G=38.26%
B=53.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20881220.840.2800.5220071.8327.84
Hex14587A541C034c8481c
Octal241301721243406431011034
Binary1010010110001111010101010011100011010011001000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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