#1D4C78

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

Shades of Bahama Blue #1D4C78

Tints of Bahama Blue #1D4C78

Color information

#1D4C78 (or 0x1D4C78) is unknown color: approx Bahama Blue. HEX triplet: 1D, 4C and 78. RGB value is (29,76,120). Sum of RGB (Red+Green+Blue) = 29+76+120=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C78 is #E2B387. Grayscale: #424242. Windows color (decimal): -14857096 or 7883805. OLE color: 7883805.

HSL color Cylindrical-coordinate representation of color #1D4C78: hue angle of 209.01º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4C78 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2976120-
CMYK0.760.3700.53
HSL209.01º61.07%29.22%-
HSV(B)209.01º75.83%47.06%-
XYZ6.486.7918.74-
YUV66.96157.93100.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=12.89%
G=33.78%
B=53.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29761200.760.3700.53209.0161.0729.22
Hex1D4C784C25035d13d1d
Octal35114170114450653217535
Binary1110110011001111000100110010010101101011101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,76,120); }

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

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

 a { background-color: rgb(29,76,120); }

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

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

 span { border-color: rgb(29,76,120); }

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