#1A587C

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

Shades of Bahama Blue #1A587C

Tints of Bahama Blue #1A587C

Color information

#1A587C (or 0x1A587C) is unknown color: approx Bahama Blue. HEX triplet: 1A, 58 and 7C. RGB value is (26,88,124). Sum of RGB (Red+Green+Blue) = 26+88+124=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A587C is #E5A783. Grayscale: #494949. Windows color (decimal): -15050628 or 8149018. OLE color: 8149018.

HSL color Cylindrical-coordinate representation of color #1A587C: hue angle of 202.04º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A587C is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2688124-
CMYK0.790.2900.51
HSL202.04º65.33%29.41%-
HSV(B)202.04º79.03%48.63%-
XYZ7.558.6520.34-
YUV73.57156.4694.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=10.92%
G=36.97%
B=52.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26881240.790.2900.51202.0465.3329.41
Hex1A587C4F1D033ca411d
Octal321301741173506331210135
Binary1101010110001111100100111111101011001111001010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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