Html Css Color HEX #195B80 Bahama Blue

📋 copy color: '#195B80'

red 25 ◦ green 91 ◦ blue 128

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

Shades of Bahama Blue #195B80

Tints of Bahama Blue #195B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.3%

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

R = 10.25%
G = 37.3%
B = 52.46%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#195B80 (or 0x195B80) is known color: Bahama Blue. HEX triplet: 19, 5B and 80. RGB value is (25,91,128). Sum of RGB (Red+Green+Blue) = 25+91+128=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #195B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195B80 is #E6A47F. Grayscale: #4B4B4B. Windows color (decimal): -15115392 or 8411929. OLE color: 8411929.

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

Color convert

RGB 25 91 128 -
CMYK 0.80 0.29 0 0.50
HSL 201.55º 0.67% 0.3% -
HSV(B) 201.55º 0.8% 0.5% -
XYZ 8.04 9.25 21.78 -
YUV 75.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 25 91 128 0.80 0.29 0 0.50 201.55 0.67 0.3
Hex 19 5B 80 50 1D 0 32 CA 43 1E
Octal 31 133 200 120 35 0 62 312 103 36
Binary 11001 1011011 10000000 1010000 11101 0 110010 11001010 1000011 11110

Color Harmonies of #195B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195B80

Black with #195B80

Text Example


Text Example

White with #195B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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