#1c5b85

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

Shades of Bahama Blue #1C5B85

Tints of Bahama Blue #1C5B85

Color information

#1C5B85 (or 0x1C5B85) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5B and 85. RGB value is (28,91,133). Sum of RGB (Red+Green+Blue) = 28+91+133=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C5B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5B85 is #E3A47A. Grayscale: #4C4C4C. Windows color (decimal): -14918779 or 8739612. OLE color: 8739612.

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

Color convert

RGB2891133-
CMYK0.790.3200.48
HSL204º65.22%31.57%-
HSV(B)204º78.95%52.16%-
XYZ8.459.4223.56-
YUV76.95159.6393.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=11.11%
G=36.11%
B=52.78%

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
Decimal28911330.790.3200.4820465.2231.57
Hex1C5B854F20030cc4120
Octal341332051174006031410140
Binary1110010110111000010110011111000000110000110011001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5b85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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