#14578A

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

Shades of Bahama Blue #14578A

Tints of Bahama Blue #14578A

Color information

#14578A (or 0x14578A) is unknown color: approx Bahama Blue. HEX triplet: 14, 57 and 8A. RGB value is (20,87,138). Sum of RGB (Red+Green+Blue) = 20+87+138=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #14578A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14578A is #EBA875. Grayscale: #484848. Windows color (decimal): -15444086 or 9066260. OLE color: 9066260.

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

Color convert

RGB2087138-
CMYK0.860.3700.46
HSL205.93º74.68%30.98%-
HSV(B)205.93º85.51%54.12%-
XYZ8.288.825.31-
YUV72.78164.890.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=8.16%
G=35.51%
B=56.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20871380.860.3700.46205.9374.6830.98
Hex14578A562502Ece4b1f
Octal241272121264505631611337
Binary101001010111100010101010110100101010111011001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14578A; }

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

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

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

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

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

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

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

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