#19547a

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

Shades of Bahama Blue #19547A

Tints of Bahama Blue #19547A

Color information

#19547A (or 0x19547A) is unknown color: approx Bahama Blue. HEX triplet: 19, 54 and 7A. RGB value is (25,84,122). Sum of RGB (Red+Green+Blue) = 25+84+122=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #19547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19547A is #E6AB85. Grayscale: #464646. Windows color (decimal): -15117190 or 8016921. OLE color: 8016921.

HSL color Cylindrical-coordinate representation of color #19547A: hue angle of 203.51º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19547A is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2584122-
CMYK0.800.3100.52
HSL203.51º65.99%28.82%-
HSV(B)203.51º79.51%47.84%-
XYZ7.087.9519.57-
YUV70.69156.9595.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=10.82%
G=36.36%
B=52.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25841220.800.3100.52203.5165.9928.82
Hex19547A501F034cc421d
Octal311241721203706431410235
Binary1100110101001111010101000011111011010011001100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19547a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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