Html Css Color HEX #19598B Bahama Blue

📋 copy color: '#19598B'

red 25 ◦ green 89 ◦ blue 139

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

Shades of Bahama Blue #19598B

Tints of Bahama Blue #19598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.94%

R = 9.88%
G = 35.18%
B = 54.94%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19598B (or 0x19598B) is known color: Bahama Blue. HEX triplet: 19, 59 and 8B. RGB value is (25,89,139). Sum of RGB (Red+Green+Blue) = 25+89+139=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #19598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19598B is #E6A674. Grayscale: #4B4B4B. Windows color (decimal): -15115893 or 9132313. OLE color: 9132313.

HSL color Cylindrical-coordinate representation of color #19598B: hue angle of 206.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19598B is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 89 139 -
CMYK 0.82 0.36 0 0.45
HSL 206.32º 0.7% 0.32% -
HSV(B) 206.32º 0.82% 0.55% -
XYZ 8.63 9.22 25.75 -
YUV 75.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 25 89 139 0.82 0.36 0 0.45 206.32 0.7 0.32
Hex 19 59 8B 52 24 0 2D CE 46 20
Octal 31 131 213 122 44 0 55 316 106 40
Binary 11001 1011001 10001011 1010010 100100 0 101101 11001110 1000110 100000

Color Harmonies of #19598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19598B

Black with #19598B

Text Example


Text Example

White with #19598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19598B; }

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

 H1.HeaderClassName
 {
   color: #19598B;
 }
 .AnyTagClassName
 {
   color: #19598B;
 }
</style>

background-color css

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

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

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

border-color css

<style>
 span { border-color: #19598B; }

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

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