#14527B

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

Shades of Bahama Blue #14527B

Tints of Bahama Blue #14527B

Color information

#14527B (or 0x14527B) is unknown color: approx Bahama Blue. HEX triplet: 14, 52 and 7B. RGB value is (20,82,123). Sum of RGB (Red+Green+Blue) = 20+82+123=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #14527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14527B is #EBAD84. Grayscale: #434343. Windows color (decimal): -15445381 or 8081940. OLE color: 8081940.

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

Color convert

RGB2082123-
CMYK0.840.3300.52
HSL203.88º72.03%28.04%-
HSV(B)203.88º83.74%48.24%-
XYZ6.887.6119.85-
YUV68.14158.9693.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=8.89%
G=36.44%
B=54.67%

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
Decimal20821230.840.3300.52203.8872.0328.04
Hex14527B5421034cc481c
Octal241221731244106431411034
Binary10100101001011110111010100100001011010011001100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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