#19567F

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

Shades of Bahama Blue #19567F

Tints of Bahama Blue #19567F

Color information

#19567F (or 0x19567F) is unknown color: approx Bahama Blue. HEX triplet: 19, 56 and 7F. RGB value is (25,86,127). Sum of RGB (Red+Green+Blue) = 25+86+127=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #19567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19567F is #E6A980. Grayscale: #484848. Windows color (decimal): -15116673 or 8345113. OLE color: 8345113.

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

Color convert

RGB2586127-
CMYK0.800.3200.50
HSL204.12º67.11%29.8%-
HSV(B)204.12º80.31%49.8%-
XYZ7.568.3921.3-
YUV72.44158.7994.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 127 (50% from 255) = 53.36%
R=10.50%
G=36.13%
B=53.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25861270.800.3200.50204.1267.1129.8
Hex19567F5020032cc431e
Octal311261771204006231410336
Binary11001101011011111111010000100000011001011001100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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