#145B78

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

Shades of Orient #145B78

Tints of Orient #145B78

Color information

#145B78 (or 0x145B78) is unknown color: approx Orient. HEX triplet: 14, 5B and 78. RGB value is (20,91,120). Sum of RGB (Red+Green+Blue) = 20+91+120=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #145B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B78 is #EBA487. Grayscale: #484848. Windows color (decimal): -15443080 or 7887636. OLE color: 7887636.

HSL color Cylindrical-coordinate representation of color #145B78: hue angle of 197.4º 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 #145B78 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2091120-
CMYK0.830.2400.53
HSL197.4º71.43%27.45%-
HSV(B)197.4º83.33%47.06%-
XYZ7.428.9919.11-
YUV73.08154.4890.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=8.66%
G=39.39%
B=51.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20911200.830.2400.53197.471.4327.45
Hex145B785318035c5471b
Octal241331701233006530510733
Binary1010010110111111000101001111000011010111000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145B78; }

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

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

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

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

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

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

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

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