#1D6084

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

Shades of Bahama Blue #1D6084

Tints of Bahama Blue #1D6084

Color information

#1D6084 (or 0x1D6084) is unknown color: approx Bahama Blue. HEX triplet: 1D, 60 and 84. RGB value is (29,96,132). Sum of RGB (Red+Green+Blue) = 29+96+132=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6084 is #E29F7B. Grayscale: #4F4F4F. Windows color (decimal): -14851964 or 8675357. OLE color: 8675357.

HSL color Cylindrical-coordinate representation of color #1D6084: hue angle of 200.97º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D6084 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2996132-
CMYK0.780.2700.48
HSL200.97º63.98%31.57%-
HSV(B)200.97º78.03%51.76%-
XYZ8.8510.2923.35-
YUV80.07157.391.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=11.28%
G=37.35%
B=51.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29961320.780.2700.48200.9763.9831.57
Hex1D60844E1B030c94020
Octal351402041163306031110040
Binary111011100000100001001001110110110110000110010011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,132); }

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

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

 a { background-color: rgb(29,96,132); }

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

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

 span { border-color: rgb(29,96,132); }

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