#195A7F

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

Shades of Bahama Blue #195A7F

Tints of Bahama Blue #195A7F

Color information

#195A7F (or 0x195A7F) is unknown color: approx Bahama Blue. HEX triplet: 19, 5A and 7F. RGB value is (25,90,127). Sum of RGB (Red+Green+Blue) = 25+90+127=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #195A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A7F is #E6A580. Grayscale: #4A4A4A. Windows color (decimal): -15115649 or 8346137. OLE color: 8346137.

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

Color convert

RGB2590127-
CMYK0.800.2900.50
HSL201.76º67.11%29.8%-
HSV(B)201.76º80.31%49.8%-
XYZ7.899.0521.41-
YUV74.78157.4792.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 127 (50% from 255) = 52.48%
R=10.33%
G=37.19%
B=52.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25901270.800.2900.50201.7667.1129.8
Hex195A7F501D032ca431e
Octal311321771203506231210336
Binary1100110110101111111101000011101011001011001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,90,127); }

 H1.HeaderClassName
 {
   color: #195A7F;
 }
 .AnyTagClassName
 {
   color: #195A7F;
 }
</style>
background-color css

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

 a { background-color: rgb(25,90,127); }

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

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

 span { border-color: rgb(25,90,127); }

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