Html Css Color HEX #195980 Bahama Blue

📋 copy color: '#195980'

red 25 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #195980

Tints of Bahama Blue #195980

RGB

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

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

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

R = 10.33%
G = 36.78%
B = 52.89%

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

#195980 (or 0x195980) is known color: Bahama Blue. HEX triplet: 19, 59 and 80. RGB value is (25,89,128). Sum of RGB (Red+Green+Blue) = 25+89+128=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #195980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195980 is #E6A67F. Grayscale: #4A4A4A. Windows color (decimal): -15115904 or 8411417. OLE color: 8411417.

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

Color convert

RGB 25 89 128 -
CMYK 0.80 0.30 0 0.50
HSL 202.72º 0.67% 0.3% -
HSV(B) 202.72º 0.8% 0.5% -
XYZ 7.87 8.91 21.73 -
YUV 74.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 25 89 128 0.80 0.30 0 0.50 202.72 0.67 0.3
Hex 19 59 80 50 1E 0 32 CB 43 1E
Octal 31 131 200 120 36 0 62 313 103 36
Binary 11001 1011001 10000000 1010000 11110 0 110010 11001011 1000011 11110

Color Harmonies of #195980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195980

Black with #195980

Text Example


Text Example

White with #195980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195980; }

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

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

background-color css

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

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

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

border-color css

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

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

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