#1A5A86

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

Shades of Bahama Blue #1A5A86

Tints of Bahama Blue #1A5A86

Color information

#1A5A86 (or 0x1A5A86) is unknown color: approx Bahama Blue. HEX triplet: 1A, 5A and 86. RGB value is (26,90,134). Sum of RGB (Red+Green+Blue) = 26+90+134=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A5A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5A86 is #E5A579. Grayscale: #4B4B4B. Windows color (decimal): -15050106 or 8804890. OLE color: 8804890.

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

Color convert

RGB2690134-
CMYK0.810.3300.47
HSL204.44º67.5%31.37%-
HSV(B)204.44º80.6%52.55%-
XYZ8.399.2523.9-
YUV75.88160.892.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.4%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 134 (52.73% from 255) = 53.6%
R=10.4%
G=36%
B=53.6%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26901340.810.3300.47204.4467.531.37
Hex1A5A86512102Fcc441f
Octal321322061214105731410437
Binary110101011010100001101010001100001010111111001100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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