Html Css Color HEX #195580 Bahama Blue

📋 copy color: '#195580'

red 25 ◦ green 85 ◦ blue 128

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

Shades of Bahama Blue #195580

Tints of Bahama Blue #195580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 128 (50.39% from 255) = 53.78%

R = 10.5%
G = 35.71%
B = 53.78%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#195580 (or 0x195580) is known color: Bahama Blue. HEX triplet: 19, 55 and 80. RGB value is (25,85,128). Sum of RGB (Red+Green+Blue) = 25+85+128=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #195580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195580 is #E6AA7F. Grayscale: #474747. Windows color (decimal): -15116928 or 8410393. OLE color: 8410393.

HSL color Cylindrical-coordinate representation of color #195580: hue angle of 205.05º 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 #195580 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 85 128 -
CMYK 0.80 0.34 0 0.50
HSL 205.05º 0.67% 0.3% -
HSV(B) 205.05º 0.8% 0.5% -
XYZ 7.55 8.26 21.62 -
YUV 71.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 25 85 128 0.80 0.34 0 0.50 205.05 0.67 0.3
Hex 19 55 80 50 22 0 32 CD 43 1E
Octal 31 125 200 120 42 0 62 315 103 36
Binary 11001 1010101 10000000 1010000 100010 0 110010 11001101 1000011 11110

Color Harmonies of #195580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195580

Black with #195580

Text Example


Text Example

White with #195580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195580; }

 p { color: rgb(25,85,128); }

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

background-color css

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

 a { background-color: rgb(25,85,128); }

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

border-color css

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

 span { border-color: rgb(25,85,128); }

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