#195387

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

Shades of Bahama Blue #195387

Tints of Bahama Blue #195387

Color information

#195387 (or 0x195387) is unknown color: approx Bahama Blue. HEX triplet: 19, 53 and 87. RGB value is (25,83,135). Sum of RGB (Red+Green+Blue) = 25+83+135=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #195387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195387 is #E6AC78. Grayscale: #474747. Windows color (decimal): -15117433 or 8868633. OLE color: 8868633.

HSL color Cylindrical-coordinate representation of color #195387: hue angle of 208.36º 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 #195387 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2583135-
CMYK0.810.3900.47
HSL208.36º68.75%31.37%-
HSV(B)208.36º81.48%52.94%-
XYZ7.878.1424.08-
YUV71.59163.7894.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=10.29%
G=34.16%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25831350.810.3900.47208.3668.7531.37
Hex195387512702Fd0451f
Octal311232071214705732010537
Binary110011010011100001111010001100111010111111010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195387; }

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

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

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

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

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

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

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

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