#1A5A89

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

Shades of Bahama Blue #1A5A89

Tints of Bahama Blue #1A5A89

Color information

#1A5A89 (or 0x1A5A89) is unknown color: approx Bahama Blue. HEX triplet: 1A, 5A and 89. RGB value is (26,90,137). Sum of RGB (Red+Green+Blue) = 26+90+137=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A5A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5A89 is #E5A576. Grayscale: #4B4B4B. Windows color (decimal): -15050103 or 9001498. OLE color: 9001498.

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

Color convert

RGB2690137-
CMYK0.810.3400.46
HSL205.41º68.1%31.96%-
HSV(B)205.41º81.02%53.73%-
XYZ8.69.3425.02-
YUV76.22162.392.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=10.28%
G=35.57%
B=54.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26901370.810.3400.46205.4168.131.96
Hex1A5A89512202Ecd4420
Octal321322111214205631510440
Binary1101010110101000100110100011000100101110110011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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