#19547E

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

Shades of Bahama Blue #19547E

Tints of Bahama Blue #19547E

Color information

#19547E (or 0x19547E) is unknown color: approx Bahama Blue. HEX triplet: 19, 54 and 7E. RGB value is (25,84,126). Sum of RGB (Red+Green+Blue) = 25+84+126=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #19547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19547E is #E6AB81. Grayscale: #464646. Windows color (decimal): -15117186 or 8279065. OLE color: 8279065.

HSL color Cylindrical-coordinate representation of color #19547E: hue angle of 204.95º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19547E is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2584126-
CMYK0.800.3300.51
HSL204.95º66.89%29.61%-
HSV(B)204.95º80.16%49.41%-
XYZ7.348.0520.91-
YUV71.15158.9595.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 126 (49.61% from 255) = 53.62%
R=10.64%
G=35.74%
B=53.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25841260.800.3300.51204.9566.8929.61
Hex19547E5021033cd431e
Octal311241761204106331510336
Binary11001101010011111101010000100001011001111001101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19547E; }

 p { color: rgb(25,84,126); }

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

<style>
 a { background-color: #19547E; }

 a { background-color: rgb(25,84,126); }

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

<style>
 span { border-color: #19547E; }

 span { border-color: rgb(25,84,126); }

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