#145778

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

Shades of Orient #145778

Tints of Orient #145778

Color information

#145778 (or 0x145778) is unknown color: approx Orient. HEX triplet: 14, 57 and 78. RGB value is (20,87,120). Sum of RGB (Red+Green+Blue) = 20+87+120=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #145778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145778 is #EBA887. Grayscale: #464646. Windows color (decimal): -15444104 or 7886612. OLE color: 7886612.

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

Color convert

RGB2087120-
CMYK0.830.2800.53
HSL199.8º71.43%27.45%-
HSV(B)199.8º83.33%47.06%-
XYZ7.098.3219-
YUV70.73155.891.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=8.81%
G=38.33%
B=52.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20871200.830.2800.53199.871.4327.45
Hex145778531C035c8471b
Octal241271701233406531010733
Binary1010010101111111000101001111100011010111001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145778; }

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

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

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

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

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

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

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

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