#19588A

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

Shades of Bahama Blue #19588A

Tints of Bahama Blue #19588A

Color information

#19588A (or 0x19588A) is unknown color: approx Bahama Blue. HEX triplet: 19, 58 and 8A. RGB value is (25,88,138). Sum of RGB (Red+Green+Blue) = 25+88+138=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #19588A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19588A is #E6A775. Grayscale: #4A4A4A. Windows color (decimal): -15116150 or 9066521. OLE color: 9066521.

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

Color convert

RGB2588138-
CMYK0.820.3600.46
HSL206.55º69.33%31.96%-
HSV(B)206.55º81.88%54.12%-
XYZ8.489.0225.34-
YUV74.86163.6392.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=9.96%
G=35.06%
B=54.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25881380.820.3600.46206.5569.3331.96
Hex19588A522402Ecf4520
Octal311302121224405631710540
Binary1100110110001000101010100101001000101110110011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19588A; }

 p { color: rgb(25,88,138); }

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

<style>
 a { background-color: #19588A; }

 a { background-color: rgb(25,88,138); }

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

<style>
 span { border-color: #19588A; }

 span { border-color: rgb(25,88,138); }

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