#195187

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

Shades of Bahama Blue #195187

Tints of Bahama Blue #195187

Color information

#195187 (or 0x195187) is unknown color: approx Bahama Blue. HEX triplet: 19, 51 and 87. RGB value is (25,81,135). Sum of RGB (Red+Green+Blue) = 25+81+135=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #195187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195187 is #E6AE78. Grayscale: #464646. Windows color (decimal): -15117945 or 8868121. OLE color: 8868121.

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

Color convert

RGB2581135-
CMYK0.810.4000.47
HSL209.45º68.75%31.37%-
HSV(B)209.45º81.48%52.94%-
XYZ7.727.8424.03-
YUV70.41164.4595.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=10.37%
G=33.61%
B=56.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25811350.810.4000.47209.4568.7531.37
Hex195187512802Fd1451f
Octal311212071215005732110537
Binary110011010001100001111010001101000010111111010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195187; }

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

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

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

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

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

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

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

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