#15527C

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

Shades of Bahama Blue #15527C

Tints of Bahama Blue #15527C

Color information

#15527C (or 0x15527C) is unknown color: approx Bahama Blue. HEX triplet: 15, 52 and 7C. RGB value is (21,82,124). Sum of RGB (Red+Green+Blue) = 21+82+124=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #15527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15527C is #EAAD83. Grayscale: #444444. Windows color (decimal): -15379844 or 8147477. OLE color: 8147477.

HSL color Cylindrical-coordinate representation of color #15527C: hue angle of 204.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15527C is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2182124-
CMYK0.830.3400.51
HSL204.47º71.03%28.43%-
HSV(B)204.47º83.06%48.63%-
XYZ6.967.6520.18-
YUV68.55159.2994.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=9.25%
G=36.12%
B=54.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21821240.830.3400.51204.4771.0328.43
Hex15527C5322033cc471c
Octal251221741234206331410734
Binary10101101001011111001010011100010011001111001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15527C; }

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

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

<style>
 a { background-color: #15527C; }

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

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

<style>
 span { border-color: #15527C; }

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

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