#19547C

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

Shades of Bahama Blue #19547C

Tints of Bahama Blue #19547C

Color information

#19547C (or 0x19547C) is unknown color: approx Bahama Blue. HEX triplet: 19, 54 and 7C. RGB value is (25,84,124). Sum of RGB (Red+Green+Blue) = 25+84+124=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #19547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19547C is #E6AB83. Grayscale: #464646. Windows color (decimal): -15117188 or 8147993. OLE color: 8147993.

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

Color convert

RGB2584124-
CMYK0.800.3200.51
HSL204.24º66.44%29.22%-
HSV(B)204.24º79.84%48.63%-
XYZ7.21820.23-
YUV70.92157.9595.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=10.73%
G=36.05%
B=53.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25841240.800.3200.51204.2466.4429.22
Hex19547C5020033cc421d
Octal311241741204006331410235
Binary11001101010011111001010000100000011001111001100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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