#14547B

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

Shades of Bahama Blue #14547B

Tints of Bahama Blue #14547B

Color information

#14547B (or 0x14547B) is unknown color: approx Bahama Blue. HEX triplet: 14, 54 and 7B. RGB value is (20,84,123). Sum of RGB (Red+Green+Blue) = 20+84+123=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #14547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14547B is #EBAB84. Grayscale: #454545. Windows color (decimal): -15444869 or 8082452. OLE color: 8082452.

HSL color Cylindrical-coordinate representation of color #14547B: hue angle of 202.72º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14547B is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2084123-
CMYK0.840.3200.52
HSL202.72º72.03%28.04%-
HSV(B)202.72º83.74%48.24%-
XYZ7.037.9219.9-
YUV69.31158.392.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=8.81%
G=37.00%
B=54.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20841230.840.3200.52202.7272.0328.04
Hex14547B5420034cb481c
Octal241241731244006431311034
Binary10100101010011110111010100100000011010011001011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14547B; }

 p { color: rgb(20,84,123); }

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

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

 a { background-color: rgb(20,84,123); }

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

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

 span { border-color: rgb(20,84,123); }

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