#145879

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

Shades of Orient #145879

Tints of Orient #145879

Color information

#145879 (or 0x145879) is unknown color: approx Orient. HEX triplet: 14, 58 and 79. RGB value is (20,88,121). Sum of RGB (Red+Green+Blue) = 20+88+121=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #145879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145879 is #EBA786. Grayscale: #474747. Windows color (decimal): -15443847 or 7952404. OLE color: 7952404.

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

Color convert

RGB2088121-
CMYK0.830.2700.53
HSL199.6º71.63%27.65%-
HSV(B)199.6º83.47%47.45%-
XYZ7.238.5119.35-
YUV71.43155.9791.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=8.73%
G=38.43%
B=52.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20881210.830.2700.53199.671.6327.65
Hex145879531B035c8481c
Octal241301711233306531011034
Binary1010010110001111001101001111011011010111001000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145879; }

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

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

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

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

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

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

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

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