#15537A

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

Shades of Bahama Blue #15537A

Tints of Bahama Blue #15537A

Color information

#15537A (or 0x15537A) is unknown color: approx Bahama Blue. HEX triplet: 15, 53 and 7A. RGB value is (21,83,122). Sum of RGB (Red+Green+Blue) = 21+83+122=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #15537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15537A is #EAAC85. Grayscale: #444444. Windows color (decimal): -15379590 or 8016661. OLE color: 8016661.

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

Color convert

RGB2183122-
CMYK0.830.3200.52
HSL203.17º70.63%28.04%-
HSV(B)203.17º82.79%47.84%-
XYZ6.927.7519.54-
YUV68.91157.9693.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=9.29%
G=36.73%
B=53.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21831220.830.3200.52203.1770.6328.04
Hex15537A5320034cb471c
Octal251231721234006431310734
Binary10101101001111110101010011100000011010011001011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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