#145676

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

Shades of Orient #145676

Tints of Orient #145676

Color information

#145676 (or 0x145676) is unknown color: approx Orient. HEX triplet: 14, 56 and 76. RGB value is (20,86,118). Sum of RGB (Red+Green+Blue) = 20+86+118=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #145676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145676 is #EBA989. Grayscale: #454545. Windows color (decimal): -15444362 or 7755284. OLE color: 7755284.

HSL color Cylindrical-coordinate representation of color #145676: hue angle of 199.59º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145676 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2086118-
CMYK0.830.2700.54
HSL199.59º71.01%27.06%-
HSV(B)199.59º83.05%46.27%-
XYZ6.898.1118.34-
YUV69.91155.1392.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=8.93%
G=38.39%
B=52.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20861180.830.2700.54199.5971.0127.06
Hex145676531B036c8471b
Octal241261661233306631010733
Binary1010010101101110110101001111011011011011001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145676; }

 p { color: rgb(20,86,118); }

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

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

 a { background-color: rgb(20,86,118); }

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

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

 span { border-color: rgb(20,86,118); }

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