#195086

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

Shades of Bahama Blue #195086

Tints of Bahama Blue #195086

Color information

#195086 (or 0x195086) is unknown color: approx Bahama Blue. HEX triplet: 19, 50 and 86. RGB value is (25,80,134). Sum of RGB (Red+Green+Blue) = 25+80+134=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #195086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195086 is #E6AF79. Grayscale: #454545. Windows color (decimal): -15118202 or 8802329. OLE color: 8802329.

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

Color convert

RGB2580134-
CMYK0.810.4000.47
HSL209.72º68.55%31.18%-
HSV(B)209.72º81.34%52.55%-
XYZ7.577.6723.63-
YUV69.71164.2896.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=10.46%
G=33.47%
B=56.07%

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
Decimal25801340.810.4000.47209.7268.5531.18
Hex195086512802Fd2451f
Octal311202061215005732210537
Binary110011010000100001101010001101000010111111010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195086; }

 p { color: rgb(25,80,134); }

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

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

 a { background-color: rgb(25,80,134); }

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

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

 span { border-color: rgb(25,80,134); }

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