#1A598A

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

Shades of Bahama Blue #1A598A

Tints of Bahama Blue #1A598A

Color information

#1A598A (or 0x1A598A) is unknown color: approx Bahama Blue. HEX triplet: 1A, 59 and 8A. RGB value is (26,89,138). Sum of RGB (Red+Green+Blue) = 26+89+138=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A598A is #E5A675. Grayscale: #4B4B4B. Windows color (decimal): -15050358 or 9066778. OLE color: 9066778.

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

Color convert

RGB2689138-
CMYK0.810.3600.46
HSL206.25º68.29%32.16%-
HSV(B)206.25º81.16%54.12%-
XYZ8.599.225.37-
YUV75.75163.1392.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=10.28%
G=35.18%
B=54.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26891380.810.3600.46206.2568.2932.16
Hex1A598A512402Ece4420
Octal321312121214405631610440
Binary1101010110011000101010100011001000101110110011101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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