#1B5685

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

Shades of Bahama Blue #1B5685

Tints of Bahama Blue #1B5685

Color information

#1B5685 (or 0x1B5685) is unknown color: approx Bahama Blue. HEX triplet: 1B, 56 and 85. RGB value is (27,86,133). Sum of RGB (Red+Green+Blue) = 27+86+133=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5685 is #E4A97A. Grayscale: #494949. Windows color (decimal): -14985595 or 8738331. OLE color: 8738331.

HSL color Cylindrical-coordinate representation of color #1B5685: hue angle of 206.6º 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 #1B5685 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2786133-
CMYK0.800.3500.48
HSL206.6º66.25%31.37%-
HSV(B)206.6º79.7%52.16%-
XYZ8.018.5823.42-
YUV73.72161.4594.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.98%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=10.98%
G=34.96%
B=54.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27861330.800.3500.48206.666.2531.37
Hex1B56855023030cf421f
Octal331262051204306031710237
Binary110111010110100001011010000100011011000011001111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,86,133); }

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

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

 a { background-color: rgb(27,86,133); }

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

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

 span { border-color: rgb(27,86,133); }

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