#195A88

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

Shades of Bahama Blue #195A88

Tints of Bahama Blue #195A88

Color information

#195A88 (or 0x195A88) is unknown color: approx Bahama Blue. HEX triplet: 19, 5A and 88. RGB value is (25,90,136). Sum of RGB (Red+Green+Blue) = 25+90+136=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #195A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A88 is #E6A577. Grayscale: #4B4B4B. Windows color (decimal): -15115640 or 8935961. OLE color: 8935961.

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

Color convert

RGB2590136-
CMYK0.820.3400.47
HSL204.86º68.94%31.57%-
HSV(B)204.86º81.62%53.33%-
XYZ8.59.324.64-
YUV75.81161.9791.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=9.96%
G=35.86%
B=54.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25901360.820.3400.47204.8668.9431.57
Hex195A88522202Fcd4520
Octal311322101224205731510540
Binary1100110110101000100010100101000100101111110011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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