#1D6182

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

Shades of Bahama Blue #1D6182

Tints of Bahama Blue #1D6182

Color information

#1D6182 (or 0x1D6182) is unknown color: approx Bahama Blue. HEX triplet: 1D, 61 and 82. RGB value is (29,97,130). Sum of RGB (Red+Green+Blue) = 29+97+130=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6182 is #E29E7D. Grayscale: #505050. Windows color (decimal): -14851710 or 8544541. OLE color: 8544541.

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

Color convert

RGB2997130-
CMYK0.780.2500.49
HSL199.6º63.52%31.18%-
HSV(B)199.6º77.69%50.98%-
XYZ8.8110.4222.67-
YUV80.43155.9791.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=11.33%
G=37.89%
B=50.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29971300.780.2500.49199.663.5231.18
Hex1D61824E19031c8401f
Octal351412021163106131010037
Binary11101110000110000010100111011001011000111001000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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