#195A7E

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

Shades of Bahama Blue #195A7E

Tints of Bahama Blue #195A7E

Color information

#195A7E (or 0x195A7E) is unknown color: approx Bahama Blue. HEX triplet: 19, 5A and 7E. RGB value is (25,90,126). Sum of RGB (Red+Green+Blue) = 25+90+126=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #195A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A7E is #E6A581. Grayscale: #4A4A4A. Windows color (decimal): -15115650 or 8280601. OLE color: 8280601.

HSL color Cylindrical-coordinate representation of color #195A7E: hue angle of 201.39º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195A7E is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2590126-
CMYK0.800.2900.51
HSL201.39º66.89%29.61%-
HSV(B)201.39º80.16%49.41%-
XYZ7.829.0321.07-
YUV74.67156.9792.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=10.37%
G=37.34%
B=52.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25901260.800.2900.51201.3966.8929.61
Hex195A7E501D033c9431e
Octal311321761203506331110336
Binary1100110110101111110101000011101011001111001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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