#1D6183

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

Shades of Bahama Blue #1D6183

Tints of Bahama Blue #1D6183

Color information

#1D6183 (or 0x1D6183) is unknown color: approx Bahama Blue. HEX triplet: 1D, 61 and 83. RGB value is (29,97,131). Sum of RGB (Red+Green+Blue) = 29+97+131=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D6183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6183 is #E29E7C. Grayscale: #505050. Windows color (decimal): -14851709 or 8610077. OLE color: 8610077.

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

Color convert

RGB2997131-
CMYK0.780.2600.49
HSL200º63.75%31.37%-
HSV(B)200º77.86%51.37%-
XYZ8.8810.4523.02-
YUV80.54156.4791.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=11.28%
G=37.74%
B=50.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29971310.780.2600.4920063.7531.37
Hex1D61834E1A031c8401f
Octal351412031163206131010037
Binary11101110000110000011100111011010011000111001000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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