#14556F

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

Shades of Orient #14556F

Tints of Orient #14556F

Color information

#14556F (or 0x14556F) is unknown color: approx Orient. HEX triplet: 14, 55 and 6F. RGB value is (20,85,111). Sum of RGB (Red+Green+Blue) = 20+85+111=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #14556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14556F is #EBAA90. Grayscale: #444444. Windows color (decimal): -15444625 or 7296276. OLE color: 7296276.

HSL color Cylindrical-coordinate representation of color #14556F: hue angle of 197.14º 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 #14556F is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2085111-
CMYK0.820.2300.56
HSL197.14º69.47%25.69%-
HSV(B)197.14º81.98%43.53%-
XYZ6.417.7916.21-
YUV68.53151.9793.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=9.26%
G=39.35%
B=51.39%

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
Decimal20851110.820.2300.56197.1469.4725.69
Hex14556F5217038c5451a
Octal241251571222707030510532
Binary1010010101011101111101001010111011100011000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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