#19537C

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

Shades of Bahama Blue #19537C

Tints of Bahama Blue #19537C

Color information

#19537C (or 0x19537C) is unknown color: approx Bahama Blue. HEX triplet: 19, 53 and 7C. RGB value is (25,83,124). Sum of RGB (Red+Green+Blue) = 25+83+124=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #19537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19537C is #E6AC83. Grayscale: #464646. Windows color (decimal): -15117444 or 8147737. OLE color: 8147737.

HSL color Cylindrical-coordinate representation of color #19537C: hue angle of 204.85º 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 #19537C is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2583124-
CMYK0.800.3300.51
HSL204.85º66.44%29.22%-
HSV(B)204.85º79.84%48.63%-
XYZ7.137.8520.21-
YUV70.33158.2895.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=10.78%
G=35.78%
B=53.45%

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
Decimal25831240.800.3300.51204.8566.4429.22
Hex19537C5021033cd421d
Octal311231741204106331510235
Binary11001101001111111001010000100001011001111001101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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