Html Css Color HEX #19597F Bahama Blue

📋 copy color: '#19597F'

red 25 ◦ green 89 ◦ blue 127

#19597F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #19597F

Tints of Bahama Blue #19597F

RGB

 RED value IS 25 (10.16% from 255) = 10.37%

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 127 (50% from 255) = 52.7%

R = 10.37%
G = 36.93%
B = 52.7%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19597F (or 0x19597F) is known color: Bahama Blue. HEX triplet: 19, 59 and 7F. RGB value is (25,89,127). Sum of RGB (Red+Green+Blue) = 25+89+127=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #19597F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19597F is #E6A680. Grayscale: #494949. Windows color (decimal): -15115905 or 8345881. OLE color: 8345881.

HSL color Cylindrical-coordinate representation of color #19597F: hue angle of 202.35º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19597F is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 89 127 -
CMYK 0.80 0.30 0 0.50
HSL 202.35º 0.67% 0.3% -
HSV(B) 202.35º 0.8% 0.5% -
XYZ 7.8 8.88 21.38 -
YUV 74.2 157.8 92.91 -
System Red Green Blue C M Y K H S L
Decimal 25 89 127 0.80 0.30 0 0.50 202.35 0.67 0.3
Hex 19 59 7F 50 1E 0 32 CA 43 1E
Octal 31 131 177 120 36 0 62 312 103 36
Binary 11001 1011001 1111111 1010000 11110 0 110010 11001010 1000011 11110

Color Harmonies of #19597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19597F

Black with #19597F

Text Example


Text Example

White with #19597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19597F; }

 p { color: rgb(25,89,127); }

 H1.HeaderClassName
 {
   color: #19597F;
 }
 .AnyTagClassName
 {
   color: #19597F;
 }
</style>

background-color css

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

 a { background-color: rgb(25,89,127); }

 div.DivClassName
 {
   background-color: #19597F;
 }
 .BgClassName
 {
   background-color: #19597F;
 }
</style>

border-color css

<style>
 span { border-color: #19597F; }

 span { border-color: rgb(25,89,127); }

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