#145B71

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

Shades of Orient #145B71

Tints of Orient #145B71

Color information

#145B71 (or 0x145B71) is unknown color: approx Orient. HEX triplet: 14, 5B and 71. RGB value is (20,91,113). Sum of RGB (Red+Green+Blue) = 20+91+113=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #145B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B71 is #EBA48E. Grayscale: #484848. Windows color (decimal): -15443087 or 7428884. OLE color: 7428884.

HSL color Cylindrical-coordinate representation of color #145B71: hue angle of 194.19º 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 #145B71 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2091113-
CMYK0.820.1900.56
HSL194.19º69.92%26.08%-
HSV(B)194.19º82.3%44.31%-
XYZ7.018.8216.96-
YUV72.28150.9890.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=8.93%
G=40.62%
B=50.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20911130.820.1900.56194.1969.9226.08
Hex145B715213038c2461a
Octal241331611222307030210632
Binary1010010110111110001101001010011011100011000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,113); }

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

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

 a { background-color: rgb(20,91,113); }

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

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

 span { border-color: rgb(20,91,113); }

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