#19587C

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

Shades of Bahama Blue #19587C

Tints of Bahama Blue #19587C

Color information

#19587C (or 0x19587C) is unknown color: approx Bahama Blue. HEX triplet: 19, 58 and 7C. RGB value is (25,88,124). Sum of RGB (Red+Green+Blue) = 25+88+124=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #19587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19587C is #E6A783. Grayscale: #494949. Windows color (decimal): -15116164 or 8149017. OLE color: 8149017.

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

Color convert

RGB2588124-
CMYK0.800.2900.51
HSL201.82º66.44%29.22%-
HSV(B)201.82º79.84%48.63%-
XYZ7.538.6420.34-
YUV73.27156.6393.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=10.55%
G=37.13%
B=52.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25881240.800.2900.51201.8266.4429.22
Hex19587C501D033ca421d
Octal311301741203506331210235
Binary1100110110001111100101000011101011001111001010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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