#145A89

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

Shades of Bahama Blue #145A89

Tints of Bahama Blue #145A89

Color information

#145A89 (or 0x145A89) is unknown color: approx Bahama Blue. HEX triplet: 14, 5A and 89. RGB value is (20,90,137). Sum of RGB (Red+Green+Blue) = 20+90+137=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #145A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A89 is #EBA576. Grayscale: #4A4A4A. Windows color (decimal): -15443319 or 9001492. OLE color: 9001492.

HSL color Cylindrical-coordinate representation of color #145A89: hue angle of 204.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145A89 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2090137-
CMYK0.850.3400.46
HSL204.1º74.52%30.78%-
HSV(B)204.1º85.4%53.73%-
XYZ8.469.2725.01-
YUV74.43163.3189.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=8.10%
G=36.44%
B=55.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20901370.850.3400.46204.174.5230.78
Hex145A89552202Ecc4b1f
Octal241322111254205631411337
Binary101001011010100010011010101100010010111011001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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