#1C5C84

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

Shades of Bahama Blue #1C5C84

Tints of Bahama Blue #1C5C84

Color information

#1C5C84 (or 0x1C5C84) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5C and 84. RGB value is (28,92,132). Sum of RGB (Red+Green+Blue) = 28+92+132=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C5C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5C84 is #E3A37B. Grayscale: #4D4D4D. Windows color (decimal): -14918524 or 8674332. OLE color: 8674332.

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

Color convert

RGB2892132-
CMYK0.790.3000.48
HSL203.08º65%31.37%-
HSV(B)203.08º78.79%51.76%-
XYZ8.479.5723.23-
YUV77.42158.892.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=11.11%
G=36.51%
B=52.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28921320.790.3000.48203.086531.37
Hex1C5C844F1E030cb411f
Octal341342041173606031310137
Binary11100101110010000100100111111110011000011001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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