#145A75

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

Shades of Orient #145A75

Tints of Orient #145A75

Color information

#145A75 (or 0x145A75) is unknown color: approx Orient. HEX triplet: 14, 5A and 75. RGB value is (20,90,117). Sum of RGB (Red+Green+Blue) = 20+90+117=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #145A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A75 is #EBA58A. Grayscale: #474747. Windows color (decimal): -15443339 or 7690772. OLE color: 7690772.

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

Color convert

RGB2090117-
CMYK0.830.2300.54
HSL196.7º70.8%26.86%-
HSV(B)196.7º82.91%45.88%-
XYZ7.168.7518.14-
YUV72.15153.3190.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=8.81%
G=39.65%
B=51.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20901170.830.2300.54196.770.826.86
Hex145A755317036c5471b
Octal241321651232706630510733
Binary1010010110101110101101001110111011011011000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,90,117); }

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

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

 a { background-color: rgb(20,90,117); }

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

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

 span { border-color: rgb(20,90,117); }

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