#195F88

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

Shades of Bahama Blue #195F88

Tints of Bahama Blue #195F88

Color information

#195F88 (or 0x195F88) is unknown color: approx Bahama Blue. HEX triplet: 19, 5F and 88. RGB value is (25,95,136). Sum of RGB (Red+Green+Blue) = 25+95+136=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #195F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F88 is #E6A077. Grayscale: #4E4E4E. Windows color (decimal): -15114360 or 8937241. OLE color: 8937241.

HSL color Cylindrical-coordinate representation of color #195F88: hue angle of 202.16º 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 #195F88 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2595136-
CMYK0.820.3000.47
HSL202.16º68.94%31.57%-
HSV(B)202.16º81.62%53.33%-
XYZ8.9410.1724.78-
YUV78.74160.3189.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=9.77%
G=37.11%
B=53.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25951360.820.3000.47202.1668.9431.57
Hex195F88521E02Fca4520
Octal311372101223605731210540
Binary110011011111100010001010010111100101111110010101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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