#145875

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

Shades of Orient #145875

Tints of Orient #145875

Color information

#145875 (or 0x145875) is unknown color: approx Orient. HEX triplet: 14, 58 and 75. RGB value is (20,88,117). Sum of RGB (Red+Green+Blue) = 20+88+117=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #145875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145875 is #EBA78A. Grayscale: #464646. Windows color (decimal): -15443851 or 7690260. OLE color: 7690260.

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

Color convert

RGB2088117-
CMYK0.830.2500.54
HSL197.94º70.8%26.86%-
HSV(B)197.94º82.91%45.88%-
XYZ6.998.4118.09-
YUV70.97153.9791.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 117 (46.09% from 255) = 52%
R=8.89%
G=39.11%
B=52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20881170.830.2500.54197.9470.826.86
Hex1458755319036c6471b
Octal241301651233106630610733
Binary1010010110001110101101001111001011011011000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145875; }

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

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

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

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

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

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

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

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