#195B81

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

Shades of Bahama Blue #195B81

Tints of Bahama Blue #195B81

Color information

#195B81 (or 0x195B81) is unknown color: approx Bahama Blue. HEX triplet: 19, 5B and 81. RGB value is (25,91,129). Sum of RGB (Red+Green+Blue) = 25+91+129=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #195B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195B81 is #E6A47E. Grayscale: #4B4B4B. Windows color (decimal): -15115391 or 8477465. OLE color: 8477465.

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

Color convert

RGB2591129-
CMYK0.810.2900.49
HSL201.92º67.53%30.2%-
HSV(B)201.92º80.62%50.59%-
XYZ8.19.2722.13-
YUV75.6158.1391.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.20%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 129 (50.78% from 255) = 52.65%
R=10.20%
G=37.14%
B=52.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25911290.810.2900.49201.9267.5330.2
Hex195B81511D031ca441e
Octal311332011213506131210436
Binary11001101101110000001101000111101011000111001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,91,129); }

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

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

 a { background-color: rgb(25,91,129); }

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

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

 span { border-color: rgb(25,91,129); }

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