#1A5985

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

Shades of Bahama Blue #1A5985

Tints of Bahama Blue #1A5985

Color information

#1A5985 (or 0x1A5985) is unknown color: approx Bahama Blue. HEX triplet: 1A, 59 and 85. RGB value is (26,89,133). Sum of RGB (Red+Green+Blue) = 26+89+133=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A5985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5985 is #E5A67A. Grayscale: #4A4A4A. Windows color (decimal): -15050363 or 8739098. OLE color: 8739098.

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

Color convert

RGB2689133-
CMYK0.800.3300.48
HSL204.67º67.3%31.18%-
HSV(B)204.67º80.45%52.16%-
XYZ8.239.0623.5-
YUV75.18160.6392.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=10.48%
G=35.89%
B=53.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26891330.800.3300.48204.6767.331.18
Hex1A59855021030cd431f
Octal321312051204106031510337
Binary110101011001100001011010000100001011000011001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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