#1D507F

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

Shades of Bahama Blue #1D507F

Tints of Bahama Blue #1D507F

Color information

#1D507F (or 0x1D507F) is unknown color: approx Bahama Blue. HEX triplet: 1D, 50 and 7F. RGB value is (29,80,127). Sum of RGB (Red+Green+Blue) = 29+80+127=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D507F is #E2AF80. Grayscale: #454545. Windows color (decimal): -14856065 or 8343581. OLE color: 8343581.

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

Color convert

RGB2980127-
CMYK0.770.3700.50
HSL208.78º62.82%30.59%-
HSV(B)208.78º77.17%49.8%-
XYZ7.217.5321.15-
YUV70.11160.198.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 127 (50% from 255) = 53.81%
R=12.29%
G=33.90%
B=53.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29801270.770.3700.50208.7862.8230.59
Hex1D507F4D25032d13f1f
Octal35120177115450623217737
Binary1110110100001111111100110110010101100101101000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,127); }

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

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

 a { background-color: rgb(29,80,127); }

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

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

 span { border-color: rgb(29,80,127); }

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