#19507F

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

Shades of Bahama Blue #19507F

Tints of Bahama Blue #19507F

Color information

#19507F (or 0x19507F) is unknown color: approx Bahama Blue. HEX triplet: 19, 50 and 7F. RGB value is (25,80,127). Sum of RGB (Red+Green+Blue) = 25+80+127=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #19507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19507F is #E6AF80. Grayscale: #444444. Windows color (decimal): -15118209 or 8343577. OLE color: 8343577.

HSL color Cylindrical-coordinate representation of color #19507F: hue angle of 207.65º 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 #19507F is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2580127-
CMYK0.800.3700.50
HSL207.65º67.11%29.8%-
HSV(B)207.65º80.31%49.8%-
XYZ7.17.4821.15-
YUV68.91160.7896.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 127 (50% from 255) = 54.74%
R=10.78%
G=34.48%
B=54.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25801270.800.3700.50207.6567.1129.8
Hex19507F5025032d0431e
Octal311201771204506232010336
Binary11001101000011111111010000100101011001011010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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