#195288

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

Shades of Bahama Blue #195288

Tints of Bahama Blue #195288

Color information

#195288 (or 0x195288) is unknown color: approx Bahama Blue. HEX triplet: 19, 52 and 88. RGB value is (25,82,136). Sum of RGB (Red+Green+Blue) = 25+82+136=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #195288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195288 is #E6AD77. Grayscale: #464646. Windows color (decimal): -15117688 or 8933913. OLE color: 8933913.

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

Color convert

RGB2582136-
CMYK0.820.4000.47
HSL209.19º68.94%31.57%-
HSV(B)209.19º81.62%53.33%-
XYZ7.868.0224.43-
YUV71.11164.6295.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 136 (53.52% from 255) = 55.97%
R=10.29%
G=33.74%
B=55.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25821360.820.4000.47209.1968.9431.57
Hex195288522802Fd14520
Octal311222101225005732110540
Binary1100110100101000100010100101010000101111110100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195288; }

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

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

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

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

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

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

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

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