#15537B

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

Shades of Bahama Blue #15537B

Tints of Bahama Blue #15537B

Color information

#15537B (or 0x15537B) is unknown color: approx Bahama Blue. HEX triplet: 15, 53 and 7B. RGB value is (21,83,123). Sum of RGB (Red+Green+Blue) = 21+83+123=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 83 (32.81% from 255 or 36.56% 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 #15537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15537B is #EAAC84. Grayscale: #444444. Windows color (decimal): -15379589 or 8082197. OLE color: 8082197.

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

Color convert

RGB2183123-
CMYK0.830.3300.52
HSL203.53º70.83%28.24%-
HSV(B)203.53º82.93%48.24%-
XYZ6.987.7819.87-
YUV69.02158.4693.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=9.25%
G=36.56%
B=54.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21831230.830.3300.52203.5370.8328.24
Hex15537B5321034cc471c
Octal251231731234106431410734
Binary10101101001111110111010011100001011010011001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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