#15598B

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

Shades of Bahama Blue #15598B

Tints of Bahama Blue #15598B

Color information

#15598B (or 0x15598B) is unknown color: approx Bahama Blue. HEX triplet: 15, 59 and 8B. RGB value is (21,89,139). Sum of RGB (Red+Green+Blue) = 21+89+139=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #15598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15598B is #EAA674. Grayscale: #4A4A4A. Windows color (decimal): -15378037 or 9132309. OLE color: 9132309.

HSL color Cylindrical-coordinate representation of color #15598B: hue angle of 205.42º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15598B is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2189139-
CMYK0.850.3600.45
HSL205.42º73.75%31.37%-
HSV(B)205.42º84.89%54.51%-
XYZ8.549.1725.75-
YUV74.37164.4789.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=8.43%
G=35.74%
B=55.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21891390.850.3600.45205.4273.7531.37
Hex15598B552402Dcd4a1f
Octal251312131254405531511237
Binary101011011001100010111010101100100010110111001101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,89,139); }

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

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

 a { background-color: rgb(21,89,139); }

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

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

 span { border-color: rgb(21,89,139); }

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