#1C5586

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

Shades of Bahama Blue #1C5586

Tints of Bahama Blue #1C5586

Color information

#1C5586 (or 0x1C5586) is unknown color: approx Bahama Blue. HEX triplet: 1C, 55 and 86. RGB value is (28,85,134). Sum of RGB (Red+Green+Blue) = 28+85+134=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C5586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5586 is #E3AA79. Grayscale: #494949. Windows color (decimal): -14920314 or 8803612. OLE color: 8803612.

HSL color Cylindrical-coordinate representation of color #1C5586: hue angle of 207.74º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5586 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2885134-
CMYK0.790.3700.47
HSL207.74º65.43%31.76%-
HSV(B)207.74º79.1%52.55%-
XYZ8.038.4723.76-
YUV73.54162.1295.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.34%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 134 (52.73% from 255) = 54.25%
R=11.34%
G=34.41%
B=54.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28851340.790.3700.47207.7465.4331.76
Hex1C55864F2502Fd04120
Octal341252061174505732010140
Binary1110010101011000011010011111001010101111110100001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5586; }

 p { color: rgb(28,85,134); }

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

<style>
 a { background-color: #1C5586; }

 a { background-color: rgb(28,85,134); }

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

<style>
 span { border-color: #1C5586; }

 span { border-color: rgb(28,85,134); }

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