#14586B

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

Shades of Orient #14586B

Tints of Orient #14586B

Color information

#14586B (or 0x14586B) is unknown color: approx Orient. HEX triplet: 14, 58 and 6B. RGB value is (20,88,107). Sum of RGB (Red+Green+Blue) = 20+88+107=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #14586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14586B is #EBA794. Grayscale: #454545. Windows color (decimal): -15443861 or 7034900. OLE color: 7034900.

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

Color convert

RGB2088107-
CMYK0.810.1800.58
HSL193.1º68.5%24.9%-
HSV(B)193.1º81.31%41.96%-
XYZ6.438.1915.15-
YUV69.83148.9792.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=9.30%
G=40.93%
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
Decimal20881070.810.1800.58193.168.524.9
Hex14586B511203Ac14519
Octal241301531212207230110531
Binary1010010110001101011101000110010011101011000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14586B; }

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

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

<style>
 a { background-color: #14586B; }

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

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

<style>
 span { border-color: #14586B; }

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

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