#1A587F

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

Shades of Bahama Blue #1A587F

Tints of Bahama Blue #1A587F

Color information

#1A587F (or 0x1A587F) is unknown color: approx Bahama Blue. HEX triplet: 1A, 58 and 7F. RGB value is (26,88,127). Sum of RGB (Red+Green+Blue) = 26+88+127=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A587F is #E5A780. Grayscale: #494949. Windows color (decimal): -15050625 or 8345626. OLE color: 8345626.

HSL color Cylindrical-coordinate representation of color #1A587F: hue angle of 203.17º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A587F is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2688127-
CMYK0.800.3100.50
HSL203.17º66.01%30%-
HSV(B)203.17º79.53%49.8%-
XYZ7.758.7321.36-
YUV73.91157.9693.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.79%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 127 (50% from 255) = 52.70%
R=10.79%
G=36.51%
B=52.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26881270.800.3100.50203.1766.0130
Hex1A587F501F032cb421e
Octal321301771203706231310236
Binary1101010110001111111101000011111011001011001011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,88,127); }

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

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

 a { background-color: rgb(26,88,127); }

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

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

 span { border-color: rgb(26,88,127); }

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