#1A5388

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

Shades of Bahama Blue #1A5388

Tints of Bahama Blue #1A5388

Color information

#1A5388 (or 0x1A5388) is unknown color: approx Bahama Blue. HEX triplet: 1A, 53 and 88. RGB value is (26,83,136). Sum of RGB (Red+Green+Blue) = 26+83+136=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A5388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5388 is #E5AC77. Grayscale: #474747. Windows color (decimal): -15051896 or 8934170. OLE color: 8934170.

HSL color Cylindrical-coordinate representation of color #1A5388: hue angle of 208.91º 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 #1A5388 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2683136-
CMYK0.810.3900.47
HSL208.91º67.9%31.76%-
HSV(B)208.91º80.88%53.33%-
XYZ7.968.1824.45-
YUV72164.1295.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=10.61%
G=33.88%
B=55.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26831360.810.3900.47208.9167.931.76
Hex1A5388512702Fd14420
Octal321232101214705732110440
Binary1101010100111000100010100011001110101111110100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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