#1A5386

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

Shades of Bahama Blue #1A5386

Tints of Bahama Blue #1A5386

Color information

#1A5386 (or 0x1A5386) is unknown color: approx Bahama Blue. HEX triplet: 1A, 53 and 86. RGB value is (26,83,134). Sum of RGB (Red+Green+Blue) = 26+83+134=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A5386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5386 is #E5AC79. Grayscale: #474747. Windows color (decimal): -15051898 or 8803098. OLE color: 8803098.

HSL color Cylindrical-coordinate representation of color #1A5386: hue angle of 208.33º 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 #1A5386 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2683134-
CMYK0.810.3800.47
HSL208.33º67.5%31.37%-
HSV(B)208.33º80.6%52.55%-
XYZ7.828.1323.71-
YUV71.77163.1295.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 134 (52.73% from 255) = 55.14%
R=10.70%
G=34.16%
B=55.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26831340.810.3800.47208.3367.531.37
Hex1A5386512602Fd0441f
Octal321232061214605732010437
Binary110101010011100001101010001100110010111111010000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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