#145A6F

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

Shades of Orient #145A6F

Tints of Orient #145A6F

Color information

#145A6F (or 0x145A6F) is unknown color: approx Orient. HEX triplet: 14, 5A and 6F. RGB value is (20,90,111). Sum of RGB (Red+Green+Blue) = 20+90+111=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #145A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A6F is #EBA590. Grayscale: #474747. Windows color (decimal): -15443345 or 7297556. OLE color: 7297556.

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

Color convert

RGB2090111-
CMYK0.820.1900.56
HSL193.85º69.47%25.69%-
HSV(B)193.85º81.98%43.53%-
XYZ6.818.6116.34-
YUV71.46150.3191.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=9.05%
G=40.72%
B=50.23%

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
Decimal20901110.820.1900.56193.8569.4725.69
Hex145A6F5213038c2451a
Octal241321571222307030210532
Binary1010010110101101111101001010011011100011000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,90,111); }

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

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

 a { background-color: rgb(20,90,111); }

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

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

 span { border-color: rgb(20,90,111); }

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