#145D8D

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

Shades of Bahama Blue #145D8D

Tints of Bahama Blue #145D8D

Color information

#145D8D (or 0x145D8D) is unknown color: approx Bahama Blue. HEX triplet: 14, 5D and 8D. RGB value is (20,93,141). Sum of RGB (Red+Green+Blue) = 20+93+141=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #145D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145D8D is #EBA272. Grayscale: #4C4C4C. Windows color (decimal): -15442547 or 9264404. OLE color: 9264404.

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

Color convert

RGB2093141-
CMYK0.860.3400.45
HSL203.8º75.16%31.57%-
HSV(B)203.8º85.82%55.29%-
XYZ9.019.926.64-
YUV76.64164.3287.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=7.87%
G=36.61%
B=55.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20931410.860.3400.45203.875.1631.57
Hex145D8D562202Dcc4b20
Octal241352151264205531411340
Binary1010010111011000110110101101000100101101110011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,93,141); }

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

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

 a { background-color: rgb(20,93,141); }

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

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

 span { border-color: rgb(20,93,141); }

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