#1C5085

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

Shades of Bahama Blue #1C5085

Tints of Bahama Blue #1C5085

Color information

#1C5085 (or 0x1C5085) is unknown color: approx Bahama Blue. HEX triplet: 1C, 50 and 85. RGB value is (28,80,133). Sum of RGB (Red+Green+Blue) = 28+80+133=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C5085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5085 is #E3AF7A. Grayscale: #464646. Windows color (decimal): -14921595 or 8736796. OLE color: 8736796.

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

Color convert

RGB2880133-
CMYK0.790.4000.48
HSL210.29º65.22%31.57%-
HSV(B)210.29º78.95%52.16%-
XYZ7.587.6823.27-
YUV70.49163.2797.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=11.62%
G=33.20%
B=55.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28801330.790.4000.48210.2965.2231.57
Hex1C50854F28030d24120
Octal341202051175006032210140
Binary1110010100001000010110011111010000110000110100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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