#145979

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

Shades of Orient #145979

Tints of Orient #145979

Color information

#145979 (or 0x145979) is unknown color: approx Orient. HEX triplet: 14, 59 and 79. RGB value is (20,89,121). Sum of RGB (Red+Green+Blue) = 20+89+121=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #145979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145979 is #EBA686. Grayscale: #474747. Windows color (decimal): -15443591 or 7952660. OLE color: 7952660.

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

Color convert

RGB2089121-
CMYK0.830.2600.53
HSL199.01º71.63%27.65%-
HSV(B)199.01º83.47%47.45%-
XYZ7.318.6719.38-
YUV72.02155.6490.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=8.70%
G=38.70%
B=52.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20891210.830.2600.53199.0171.6327.65
Hex145979531A035c7481c
Octal241311711233206530711034
Binary1010010110011111001101001111010011010111000111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145979; }

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

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

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

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

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

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

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

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