#1A5986

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

Shades of Bahama Blue #1A5986

Tints of Bahama Blue #1A5986

Color information

#1A5986 (or 0x1A5986) is unknown color: approx Bahama Blue. HEX triplet: 1A, 59 and 86. RGB value is (26,89,134). Sum of RGB (Red+Green+Blue) = 26+89+134=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A5986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5986 is #E5A679. Grayscale: #4B4B4B. Windows color (decimal): -15050362 or 8804634. OLE color: 8804634.

HSL color Cylindrical-coordinate representation of color #1A5986: hue angle of 205º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5986 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2689134-
CMYK0.810.3400.47
HSL205º67.5%31.37%-
HSV(B)205º80.6%52.55%-
XYZ8.39.0923.87-
YUV75.29161.1392.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=10.44%
G=35.74%
B=53.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26891340.810.3400.4720567.531.37
Hex1A5986512202Fcd441f
Octal321312061214205731510437
Binary110101011001100001101010001100010010111111001101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,89,134); }

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

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

 a { background-color: rgb(26,89,134); }

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

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

 span { border-color: rgb(26,89,134); }

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