#1C5584

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

Shades of Bahama Blue #1C5584

Tints of Bahama Blue #1C5584

Color information

#1C5584 (or 0x1C5584) is unknown color: approx Bahama Blue. HEX triplet: 1C, 55 and 84. RGB value is (28,85,132). Sum of RGB (Red+Green+Blue) = 28+85+132=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5584 is #E3AA7B. Grayscale: #494949. Windows color (decimal): -14920316 or 8672540. OLE color: 8672540.

HSL color Cylindrical-coordinate representation of color #1C5584: hue angle of 207.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5584 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2885132-
CMYK0.790.3600.48
HSL207.12º65%31.37%-
HSV(B)207.12º78.79%51.76%-
XYZ7.898.4123.04-
YUV73.32161.1295.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=11.43%
G=34.69%
B=53.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28851320.790.3600.48207.126531.37
Hex1C55844F24030cf411f
Octal341252041174406031710137
Binary111001010101100001001001111100100011000011001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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