#195689

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

Shades of Bahama Blue #195689

Tints of Bahama Blue #195689

Color information

#195689 (or 0x195689) is unknown color: approx Bahama Blue. HEX triplet: 19, 56 and 89. RGB value is (25,86,137). Sum of RGB (Red+Green+Blue) = 25+86+137=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #195689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195689 is #E6A976. Grayscale: #494949. Windows color (decimal): -15116663 or 9000473. OLE color: 9000473.

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

Color convert

RGB2586137-
CMYK0.820.3700.46
HSL207.32º69.14%31.76%-
HSV(B)207.32º81.75%53.73%-
XYZ8.248.6724.91-
YUV73.58163.7993.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=10.08%
G=34.68%
B=55.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25861370.820.3700.46207.3269.1431.76
Hex195689522502Ecf4520
Octal311262111224505631710540
Binary1100110101101000100110100101001010101110110011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195689; }

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

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

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

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

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

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

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

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