#145C79

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

Shades of Orient #145C79

Tints of Orient #145C79

Color information

#145C79 (or 0x145C79) is unknown color: approx Orient. HEX triplet: 14, 5C and 79. RGB value is (20,92,121). Sum of RGB (Red+Green+Blue) = 20+92+121=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #145C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C79 is #EBA386. Grayscale: #494949. Windows color (decimal): -15442823 or 7953428. OLE color: 7953428.

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

Color convert

RGB2092121-
CMYK0.830.2400.53
HSL197.23º71.63%27.65%-
HSV(B)197.23º83.47%47.45%-
XYZ7.579.1819.46-
YUV73.78154.6589.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=8.58%
G=39.48%
B=51.93%

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
Decimal20921210.830.2400.53197.2371.6327.65
Hex145C795318035c5481c
Octal241341711233006530511034
Binary1010010111001111001101001111000011010111000101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,92,121); }

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

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

 a { background-color: rgb(20,92,121); }

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

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

 span { border-color: rgb(20,92,121); }

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