#195D84

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

Shades of Bahama Blue #195D84

Tints of Bahama Blue #195D84

Color information

#195D84 (or 0x195D84) is unknown color: approx Bahama Blue. HEX triplet: 19, 5D and 84. RGB value is (25,93,132). Sum of RGB (Red+Green+Blue) = 25+93+132=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #195D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D84 is #E6A27B. Grayscale: #4C4C4C. Windows color (decimal): -15114876 or 8674585. OLE color: 8674585.

HSL color Cylindrical-coordinate representation of color #195D84: hue angle of 201.87º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195D84 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2593132-
CMYK0.810.3000.48
HSL201.87º68.15%30.78%-
HSV(B)201.87º81.06%51.76%-
XYZ8.489.723.26-
YUV77.11158.9790.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=10%
G=37.2%
B=52.8%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25931320.810.3000.48201.8768.1530.78
Hex195D84511E030ca441f
Octal311352041213606031210437
Binary11001101110110000100101000111110011000011001010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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