#145A7B

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

Shades of Orient #145A7B

Tints of Orient #145A7B

Color information

#145A7B (or 0x145A7B) is unknown color: approx Orient. HEX triplet: 14, 5A and 7B. RGB value is (20,90,123). Sum of RGB (Red+Green+Blue) = 20+90+123=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #145A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A7B is #EBA584. Grayscale: #484848. Windows color (decimal): -15443333 or 8083988. OLE color: 8083988.

HSL color Cylindrical-coordinate representation of color #145A7B: hue angle of 199.22º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145A7B is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2090123-
CMYK0.840.2700.52
HSL199.22º72.03%28.04%-
HSV(B)199.22º83.74%48.24%-
XYZ7.528.8920.06-
YUV72.83156.3190.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=8.58%
G=38.63%
B=52.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20901230.840.2700.52199.2272.0328.04
Hex145A7B541B034c7481c
Octal241321731243306430711034
Binary1010010110101111011101010011011011010011000111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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