#14527A

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

Shades of Bahama Blue #14527A

Tints of Bahama Blue #14527A

Color information

#14527A (or 0x14527A) is unknown color: approx Bahama Blue. HEX triplet: 14, 52 and 7A. RGB value is (20,82,122). Sum of RGB (Red+Green+Blue) = 20+82+122=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #14527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14527A is #EBAD85. Grayscale: #434343. Windows color (decimal): -15445382 or 8016404. OLE color: 8016404.

HSL color Cylindrical-coordinate representation of color #14527A: hue angle of 203.53º 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 #14527A is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2082122-
CMYK0.840.3300.52
HSL203.53º71.83%27.84%-
HSV(B)203.53º83.61%47.84%-
XYZ6.827.5919.52-
YUV68.02158.4693.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=8.93%
G=36.61%
B=54.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20821220.840.3300.52203.5371.8327.84
Hex14527A5421034cc481c
Octal241221721244106431411034
Binary10100101001011110101010100100001011010011001100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,82,122); }

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

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

 a { background-color: rgb(20,82,122); }

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

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

 span { border-color: rgb(20,82,122); }

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