Html Css Color HEX #195080 Bahama Blue

📋 copy color: '#195080'

red 25 ◦ green 80 ◦ blue 128

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

Shades of Bahama Blue #195080

Tints of Bahama Blue #195080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 10.73%
G = 34.33%
B = 54.94%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#195080 (or 0x195080) is known color: Bahama Blue. HEX triplet: 19, 50 and 80. RGB value is (25,80,128). Sum of RGB (Red+Green+Blue) = 25+80+128=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #195080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195080 is #E6AF7F. Grayscale: #444444. Windows color (decimal): -15118208 or 8409113. OLE color: 8409113.

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

Color convert

RGB 25 80 128 -
CMYK 0.80 0.38 0 0.50
HSL 207.96º 0.67% 0.3% -
HSV(B) 207.96º 0.8% 0.5% -
XYZ 7.17 7.5 21.49 -
YUV 69.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 25 80 128 0.80 0.38 0 0.50 207.96 0.67 0.3
Hex 19 50 80 50 26 0 32 D0 43 1E
Octal 31 120 200 120 46 0 62 320 103 36
Binary 11001 1010000 10000000 1010000 100110 0 110010 11010000 1000011 11110

Color Harmonies of #195080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195080

Black with #195080

Text Example


Text Example

White with #195080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195080; }

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

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

background-color css

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

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

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

border-color css

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

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

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