#15547A

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

Shades of Bahama Blue #15547A

Tints of Bahama Blue #15547A

Color information

#15547A (or 0x15547A) is unknown color: approx Bahama Blue. HEX triplet: 15, 54 and 7A. RGB value is (21,84,122). Sum of RGB (Red+Green+Blue) = 21+84+122=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #15547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15547A is #EAAB85. Grayscale: #454545. Windows color (decimal): -15379334 or 8016917. OLE color: 8016917.

HSL color Cylindrical-coordinate representation of color #15547A: hue angle of 202.57º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15547A is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2184122-
CMYK0.830.3100.52
HSL202.57º70.63%28.04%-
HSV(B)202.57º82.79%47.84%-
XYZ6.997.9119.57-
YUV69.5157.6393.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=9.25%
G=37.00%
B=53.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21841220.830.3100.52202.5770.6328.04
Hex15547A531F034cb471c
Octal251241721233706431310734
Binary1010110101001111010101001111111011010011001011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,84,122); }

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

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

 a { background-color: rgb(21,84,122); }

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

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

 span { border-color: rgb(21,84,122); }

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