#1C4F80

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

Shades of Bahama Blue #1C4F80

Tints of Bahama Blue #1C4F80

Color information

#1C4F80 (or 0x1C4F80) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4F and 80. RGB value is (28,79,128). Sum of RGB (Red+Green+Blue) = 28+79+128=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C4F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4F80 is #E3B07F. Grayscale: #454545. Windows color (decimal): -14921856 or 8408860. OLE color: 8408860.

HSL color Cylindrical-coordinate representation of color #1C4F80: hue angle of 209.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C4F80 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2879128-
CMYK0.780.3800.50
HSL209.4º64.1%30.59%-
HSV(B)209.4º78.12%50.2%-
XYZ7.177.421.47-
YUV69.34161.198.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 128 (50.39% from 255) = 54.47%
R=11.91%
G=33.62%
B=54.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal28791280.780.3800.50209.464.130.59
Hex1C4F804E26032d1401f
Octal341172001164606232110037
Binary111001001111100000001001110100110011001011010001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,79,128); }

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

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

 a { background-color: rgb(28,79,128); }

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

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

 span { border-color: rgb(28,79,128); }

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