#15528A

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

Shades of Bahama Blue #15528A

Tints of Bahama Blue #15528A

Color information

#15528A (or 0x15528A) is unknown color: approx Bahama Blue. HEX triplet: 15, 52 and 8A. RGB value is (21,82,138). Sum of RGB (Red+Green+Blue) = 21+82+138=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #15528A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15528A is #EAAD75. Grayscale: #454545. Windows color (decimal): -15379830 or 9064981. OLE color: 9064981.

HSL color Cylindrical-coordinate representation of color #15528A: hue angle of 208.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15528A is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2182138-
CMYK0.850.4100.46
HSL208.72º73.58%31.18%-
HSV(B)208.72º84.78%54.12%-
XYZ7.918.0325.18-
YUV70.14166.2992.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=8.71%
G=34.02%
B=57.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21821380.850.4100.46208.7273.5831.18
Hex15528A552902Ed14a1f
Octal251222121255105632111237
Binary101011010010100010101010101101001010111011010001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,82,138); }

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

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

 a { background-color: rgb(21,82,138); }

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

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

 span { border-color: rgb(21,82,138); }

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