#1D4D83

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

Shades of Bahama Blue #1D4D83

Tints of Bahama Blue #1D4D83

Color information

#1D4D83 (or 0x1D4D83) is unknown color: approx Bahama Blue. HEX triplet: 1D, 4D and 83. RGB value is (29,77,131). Sum of RGB (Red+Green+Blue) = 29+77+131=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D4D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4D83 is #E2B27C. Grayscale: #444444. Windows color (decimal): -14856829 or 8604957. OLE color: 8604957.

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

Color convert

RGB2977131-
CMYK0.780.4100.49
HSL211.76º63.75%31.37%-
HSV(B)211.76º77.86%51.37%-
XYZ7.267.2122.48-
YUV68.8163.199.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.24%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=12.24%
G=32.49%
B=55.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29771310.780.4100.49211.7663.7531.37
Hex1D4D834E29031d4401f
Octal351152031165106132410037
Binary111011001101100000111001110101001011000111010100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,77,131); }

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

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

 a { background-color: rgb(29,77,131); }

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

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

 span { border-color: rgb(29,77,131); }

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