#1B6084

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

Shades of Bahama Blue #1B6084

Tints of Bahama Blue #1B6084

Color information

#1B6084 (or 0x1B6084) is unknown color: approx Bahama Blue. HEX triplet: 1B, 60 and 84. RGB value is (27,96,132). Sum of RGB (Red+Green+Blue) = 27+96+132=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6084 is #E49F7B. Grayscale: #4F4F4F. Windows color (decimal): -14983036 or 8675355. OLE color: 8675355.

HSL color Cylindrical-coordinate representation of color #1B6084: hue angle of 200.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6084 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2796132-
CMYK0.800.2700.48
HSL200.57º66.04%31.18%-
HSV(B)200.57º79.55%51.76%-
XYZ8.810.2623.35-
YUV79.47157.6490.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=10.59%
G=37.65%
B=51.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27961320.800.2700.48200.5766.0431.18
Hex1B6084501B030c9421f
Octal331402041203306031110237
Binary11011110000010000100101000011011011000011001001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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