#1C5585

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

Shades of Bahama Blue #1C5585

Tints of Bahama Blue #1C5585

Color information

#1C5585 (or 0x1C5585) is unknown color: approx Bahama Blue. HEX triplet: 1C, 55 and 85. RGB value is (28,85,133). Sum of RGB (Red+Green+Blue) = 28+85+133=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C5585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5585 is #E3AA7A. Grayscale: #494949. Windows color (decimal): -14920315 or 8738076. OLE color: 8738076.

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

Color convert

RGB2885133-
CMYK0.790.3600.48
HSL207.43º65.22%31.57%-
HSV(B)207.43º78.95%52.16%-
XYZ7.968.4423.4-
YUV73.43161.6295.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=11.38%
G=34.55%
B=54.07%

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
Decimal28851330.790.3600.48207.4365.2231.57
Hex1C55854F24030cf4120
Octal341252051174406031710140
Binary1110010101011000010110011111001000110000110011111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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