#1C5A84

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

Shades of Bahama Blue #1C5A84

Tints of Bahama Blue #1C5A84

Color information

#1C5A84 (or 0x1C5A84) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5A and 84. RGB value is (28,90,132). Sum of RGB (Red+Green+Blue) = 28+90+132=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C5A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5A84 is #E3A57B. Grayscale: #4C4C4C. Windows color (decimal): -14919036 or 8673820. OLE color: 8673820.

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

Color convert

RGB2890132-
CMYK0.790.3200.48
HSL204.23º65%31.37%-
HSV(B)204.23º78.79%51.76%-
XYZ8.39.2323.17-
YUV76.25159.4693.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=11.2%
G=36%
B=52.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28901320.790.3200.48204.236531.37
Hex1C5A844F20030cc411f
Octal341322041174006031410137
Binary111001011010100001001001111100000011000011001100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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