#145B8B

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

Shades of Bahama Blue #145B8B

Tints of Bahama Blue #145B8B

Color information

#145B8B (or 0x145B8B) is unknown color: approx Bahama Blue. HEX triplet: 14, 5B and 8B. RGB value is (20,91,139). Sum of RGB (Red+Green+Blue) = 20+91+139=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #145B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B8B is #EBA474. Grayscale: #4A4A4A. Windows color (decimal): -15443061 or 9132820. OLE color: 9132820.

HSL color Cylindrical-coordinate representation of color #145B8B: hue angle of 204.2º 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 #145B8B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2091139-
CMYK0.860.3500.45
HSL204.2º74.84%31.18%-
HSV(B)204.2º85.61%54.51%-
XYZ8.699.4925.8-
YUV75.24163.9888.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=8%
G=36.4%
B=55.6%

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
Decimal20911390.860.3500.45204.274.8431.18
Hex145B8B562302Dcc4b1f
Octal241332131264305531411337
Binary101001011011100010111010110100011010110111001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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