#1D5482

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

Shades of Bahama Blue #1D5482

Tints of Bahama Blue #1D5482

Color information

#1D5482 (or 0x1D5482) is unknown color: approx Bahama Blue. HEX triplet: 1D, 54 and 82. RGB value is (29,84,130). Sum of RGB (Red+Green+Blue) = 29+84+130=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D5482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5482 is #E2AB7D. Grayscale: #484848. Windows color (decimal): -14855038 or 8541213. OLE color: 8541213.

HSL color Cylindrical-coordinate representation of color #1D5482: hue angle of 207.33º 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 #1D5482 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2984130-
CMYK0.780.3500.49
HSL207.33º63.52%31.18%-
HSV(B)207.33º77.69%50.98%-
XYZ7.718.2122.3-
YUV72.8160.2896.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=11.93%
G=34.57%
B=53.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29841300.780.3500.49207.3363.5231.18
Hex1D54824E23031cf401f
Octal351242021164306131710037
Binary111011010100100000101001110100011011000111001111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,130); }

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

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

 a { background-color: rgb(29,84,130); }

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

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

 span { border-color: rgb(29,84,130); }

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