#19537F

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

Shades of Bahama Blue #19537F

Tints of Bahama Blue #19537F

Color information

#19537F (or 0x19537F) is unknown color: approx Bahama Blue. HEX triplet: 19, 53 and 7F. RGB value is (25,83,127). Sum of RGB (Red+Green+Blue) = 25+83+127=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #19537F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19537F is #E6AC80. Grayscale: #464646. Windows color (decimal): -15117441 or 8344345. OLE color: 8344345.

HSL color Cylindrical-coordinate representation of color #19537F: hue angle of 205.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19537F is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2583127-
CMYK0.800.3500.50
HSL205.88º67.11%29.8%-
HSV(B)205.88º80.31%49.8%-
XYZ7.327.9321.22-
YUV70.67159.7895.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 127 (50% from 255) = 54.04%
R=10.64%
G=35.32%
B=54.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25831270.800.3500.50205.8867.1129.8
Hex19537F5023032ce431e
Octal311231771204306231610336
Binary11001101001111111111010000100011011001011001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19537F; }

 p { color: rgb(25,83,127); }

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

<style>
 a { background-color: #19537F; }

 a { background-color: rgb(25,83,127); }

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

<style>
 span { border-color: #19537F; }

 span { border-color: rgb(25,83,127); }

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