#145A8B

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

Shades of Bahama Blue #145A8B

Tints of Bahama Blue #145A8B

Color information

#145A8B (or 0x145A8B) is unknown color: approx Bahama Blue. HEX triplet: 14, 5A and 8B. RGB value is (20,90,139). Sum of RGB (Red+Green+Blue) = 20+90+139=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #145A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A8B is #EBA574. Grayscale: #4A4A4A. Windows color (decimal): -15443317 or 9132564. OLE color: 9132564.

HSL color Cylindrical-coordinate representation of color #145A8B: hue angle of 204.71º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145A8B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2090139-
CMYK0.860.3500.45
HSL204.71º74.84%31.18%-
HSV(B)204.71º85.61%54.51%-
XYZ8.69.3325.77-
YUV74.66164.3189.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=8.03%
G=36.14%
B=55.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20901390.860.3500.45204.7174.8431.18
Hex145A8B562302Dcd4b1f
Octal241322131264305531511337
Binary101001011010100010111010110100011010110111001101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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