#195688

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

Shades of Bahama Blue #195688

Tints of Bahama Blue #195688

Color information

#195688 (or 0x195688) is unknown color: approx Bahama Blue. HEX triplet: 19, 56 and 88. RGB value is (25,86,136). Sum of RGB (Red+Green+Blue) = 25+86+136=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #195688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195688 is #E6A977. Grayscale: #494949. Windows color (decimal): -15116664 or 8934937. OLE color: 8934937.

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

Color convert

RGB2586136-
CMYK0.820.3700.47
HSL207.03º68.94%31.57%-
HSV(B)207.03º81.62%53.33%-
XYZ8.178.6424.53-
YUV73.46163.2993.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=10.12%
G=34.82%
B=55.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25861360.820.3700.47207.0368.9431.57
Hex195688522502Fcf4520
Octal311262101224505731710540
Binary1100110101101000100010100101001010101111110011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195688; }

 p { color: rgb(25,86,136); }

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

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

 a { background-color: rgb(25,86,136); }

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

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

 span { border-color: rgb(25,86,136); }

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