#195080

Color #195080 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #195080

Tints of Bahama Blue #195080

Color information

#195080 (or 0x195080) is unknown color: approx 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

RGB2580128-
CMYK0.800.3800.50
HSL207.96º67.32%30%-
HSV(B)207.96º80.47%50.2%-
XYZ7.177.521.49-
YUV69.03161.2896.6-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25801280.800.3800.50207.9667.3230
Hex1950805026032d0431e
Octal311202001204606232010336
Binary110011010000100000001010000100110011001011010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>