#195883

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

Shades of Bahama Blue #195883

Tints of Bahama Blue #195883

Color information

#195883 (or 0x195883) is unknown color: approx Bahama Blue. HEX triplet: 19, 58 and 83. RGB value is (25,88,131). Sum of RGB (Red+Green+Blue) = 25+88+131=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #195883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195883 is #E6A77C. Grayscale: #494949. Windows color (decimal): -15116157 or 8607769. OLE color: 8607769.

HSL color Cylindrical-coordinate representation of color #195883: hue angle of 204.34º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195883 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2588131-
CMYK0.810.3300.49
HSL204.34º67.95%30.59%-
HSV(B)204.34º80.92%51.37%-
XYZ7.998.8222.76-
YUV74.06160.1393-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=10.25%
G=36.07%
B=53.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25881310.810.3300.49204.3467.9530.59
Hex1958835121031cc441f
Octal311302031214106131410437
Binary110011011000100000111010001100001011000111001100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195883; }

 p { color: rgb(25,88,131); }

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

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

 a { background-color: rgb(25,88,131); }

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

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

 span { border-color: rgb(25,88,131); }

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