#1A5888

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

Shades of Bahama Blue #1A5888

Tints of Bahama Blue #1A5888

Color information

#1A5888 (or 0x1A5888) is unknown color: approx Bahama Blue. HEX triplet: 1A, 58 and 88. RGB value is (26,88,136). Sum of RGB (Red+Green+Blue) = 26+88+136=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A5888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5888 is #E5A777. Grayscale: #4A4A4A. Windows color (decimal): -15050616 or 8935450. OLE color: 8935450.

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

Color convert

RGB2688136-
CMYK0.810.3500.47
HSL206.18º67.9%31.76%-
HSV(B)206.18º80.88%53.33%-
XYZ8.368.9824.58-
YUV74.93162.4693.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.4%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=10.4%
G=35.2%
B=54.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26881360.810.3500.47206.1867.931.76
Hex1A5888512302Fce4420
Octal321302101214305731610440
Binary1101010110001000100010100011000110101111110011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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