#195d89

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

Shades of Bahama Blue #195D89

Tints of Bahama Blue #195D89

Color information

#195D89 (or 0x195D89) is unknown color: approx Bahama Blue. HEX triplet: 19, 5D and 89. RGB value is (25,93,137). Sum of RGB (Red+Green+Blue) = 25+93+137=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #195D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D89 is #E6A276. Grayscale: #4D4D4D. Windows color (decimal): -15114871 or 9002265. OLE color: 9002265.

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

Color convert

RGB2593137-
CMYK0.820.3200.46
HSL203.57º69.14%31.76%-
HSV(B)203.57º81.75%53.73%-
XYZ8.839.8425.1-
YUV77.68161.4790.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=9.80%
G=36.47%
B=53.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25931370.820.3200.46203.5769.1431.76
Hex195D89522002Ecc4520
Octal311352111224005631410540
Binary1100110111011000100110100101000000101110110011001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195d89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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