#145789

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

Shades of Bahama Blue #145789

Tints of Bahama Blue #145789

Color information

#145789 (or 0x145789) is unknown color: approx Bahama Blue. HEX triplet: 14, 57 and 89. RGB value is (20,87,137). Sum of RGB (Red+Green+Blue) = 20+87+137=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #145789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145789 is #EBA876. Grayscale: #484848. Windows color (decimal): -15444087 or 9000724. OLE color: 9000724.

HSL color Cylindrical-coordinate representation of color #145789: hue angle of 205.64º 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 #145789 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2087137-
CMYK0.850.3600.46
HSL205.64º74.52%30.78%-
HSV(B)205.64º85.4%53.73%-
XYZ8.218.7724.93-
YUV72.67164.390.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 137 (53.91% from 255) = 56.15%
R=8.20%
G=35.66%
B=56.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20871370.850.3600.46205.6474.5230.78
Hex145789552402Ece4b1f
Octal241272111254405631611337
Binary101001010111100010011010101100100010111011001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145789; }

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

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

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

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

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

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

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

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