#1C5484

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

Shades of Bahama Blue #1C5484

Tints of Bahama Blue #1C5484

Color information

#1C5484 (or 0x1C5484) is unknown color: approx Bahama Blue. HEX triplet: 1C, 54 and 84. RGB value is (28,84,132). Sum of RGB (Red+Green+Blue) = 28+84+132=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C5484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5484 is #E3AB7B. Grayscale: #484848. Windows color (decimal): -14920572 or 8672284. OLE color: 8672284.

HSL color Cylindrical-coordinate representation of color #1C5484: hue angle of 207.69º 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 #1C5484 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2884132-
CMYK0.790.3600.48
HSL207.69º65%31.37%-
HSV(B)207.69º78.79%51.76%-
XYZ7.818.2523.01-
YUV72.73161.4596.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 132 (51.95% from 255) = 54.10%
R=11.48%
G=34.43%
B=54.10%

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
Decimal28841320.790.3600.48207.696531.37
Hex1C54844F24030d0411f
Octal341242041174406032010137
Binary111001010100100001001001111100100011000011010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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