#1D4978

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

Shades of Bahama Blue #1D4978

Tints of Bahama Blue #1D4978

Color information

#1D4978 (or 0x1D4978) is unknown color: approx Bahama Blue. HEX triplet: 1D, 49 and 78. RGB value is (29,73,120). Sum of RGB (Red+Green+Blue) = 29+73+120=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4978 is #E2B687. Grayscale: #404040. Windows color (decimal): -14857864 or 7883037. OLE color: 7883037.

HSL color Cylindrical-coordinate representation of color #1D4978: hue angle of 210.99º 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 #1D4978 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2973120-
CMYK0.760.3900.53
HSL210.99º61.07%29.22%-
HSV(B)210.99º75.83%47.06%-
XYZ6.286.3818.67-
YUV65.2158.92102.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=13.06%
G=32.88%
B=54.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29731200.760.3900.53210.9961.0729.22
Hex1D49784C27035d33d1d
Octal35111170114470653237535
Binary1110110010011111000100110010011101101011101001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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