#1D527C

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

Shades of Bahama Blue #1D527C

Tints of Bahama Blue #1D527C

Color information

#1D527C (or 0x1D527C) is unknown color: approx Bahama Blue. HEX triplet: 1D, 52 and 7C. RGB value is (29,82,124). Sum of RGB (Red+Green+Blue) = 29+82+124=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D527C is #E2AD83. Grayscale: #464646. Windows color (decimal): -14855556 or 8147485. OLE color: 8147485.

HSL color Cylindrical-coordinate representation of color #1D527C: hue angle of 206.53º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D527C is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2982124-
CMYK0.770.3400.51
HSL206.53º62.09%30%-
HSV(B)206.53º76.61%48.63%-
XYZ7.167.7520.19-
YUV70.94157.9498.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=12.34%
G=34.89%
B=52.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29821240.770.3400.51206.5362.0930
Hex1D527C4D22033cf3e1e
Octal35122174115420633177636
Binary1110110100101111100100110110001001100111100111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,82,124); }

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

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

 a { background-color: rgb(29,82,124); }

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

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

 span { border-color: rgb(29,82,124); }

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