Html Css Color HEX #195D80 Bahama Blue

📋 copy color: '#195D80'

red 25 ◦ green 93 ◦ blue 128

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

Shades of Bahama Blue #195D80

Tints of Bahama Blue #195D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

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

R = 10.16%
G = 37.8%
B = 52.03%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#195D80 (or 0x195D80) is known color: Bahama Blue. HEX triplet: 19, 5D and 80. RGB value is (25,93,128). Sum of RGB (Red+Green+Blue) = 25+93+128=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #195D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D80 is #E6A27F. Grayscale: #4C4C4C. Windows color (decimal): -15114880 or 8412441. OLE color: 8412441.

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

Color convert

RGB 25 93 128 -
CMYK 0.80 0.27 0 0.50
HSL 200.39º 0.67% 0.3% -
HSV(B) 200.39º 0.8% 0.5% -
XYZ 8.21 9.59 21.84 -
YUV 76.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 25 93 128 0.80 0.27 0 0.50 200.39 0.67 0.3
Hex 19 5D 80 50 1B 0 32 C8 43 1E
Octal 31 135 200 120 33 0 62 310 103 36
Binary 11001 1011101 10000000 1010000 11011 0 110010 11001000 1000011 11110

Color Harmonies of #195D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D80

Black with #195D80

Text Example


Text Example

White with #195D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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