#145870

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

Shades of Orient #145870

Tints of Orient #145870

Color information

#145870 (or 0x145870) is unknown color: approx Orient. HEX triplet: 14, 58 and 70. RGB value is (20,88,112). Sum of RGB (Red+Green+Blue) = 20+88+112=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #145870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145870 is #EBA78F. Grayscale: #464646. Windows color (decimal): -15443856 or 7362580. OLE color: 7362580.

HSL color Cylindrical-coordinate representation of color #145870: hue angle of 195.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145870 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2088112-
CMYK0.820.2100.56
HSL195.65º69.7%25.88%-
HSV(B)195.65º82.14%43.92%-
XYZ6.78.316.58-
YUV70.4151.4792.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=9.09%
G=40%
B=50.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20881120.820.2100.56195.6569.725.88
Hex1458705215038c4461a
Octal241301601222507030410632
Binary1010010110001110000101001010101011100011000100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145870; }

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

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

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

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

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

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

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

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