#195D87

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

Shades of Bahama Blue #195D87

Tints of Bahama Blue #195D87

Color information

#195D87 (or 0x195D87) is unknown color: approx Bahama Blue. HEX triplet: 19, 5D and 87. RGB value is (25,93,135). Sum of RGB (Red+Green+Blue) = 25+93+135=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #195D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D87 is #E6A278. Grayscale: #4D4D4D. Windows color (decimal): -15114873 or 8871193. OLE color: 8871193.

HSL color Cylindrical-coordinate representation of color #195D87: hue angle of 202.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195D87 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2593135-
CMYK0.810.3100.47
HSL202.91º68.75%31.37%-
HSV(B)202.91º81.48%52.94%-
XYZ8.699.7824.35-
YUV77.46160.4790.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=9.88%
G=36.76%
B=53.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25931350.810.3100.47202.9168.7531.37
Hex195D87511F02Fcb451f
Octal311352071213705731310537
Binary11001101110110000111101000111111010111111001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,93,135); }

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

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

 a { background-color: rgb(25,93,135); }

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

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

 span { border-color: rgb(25,93,135); }

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