#195c82

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

Shades of Bahama Blue #195C82

Tints of Bahama Blue #195C82

Color information

#195C82 (or 0x195C82) is unknown color: approx Bahama Blue. HEX triplet: 19, 5C and 82. RGB value is (25,92,130). Sum of RGB (Red+Green+Blue) = 25+92+130=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #195C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195C82 is #E6A37D. Grayscale: #4C4C4C. Windows color (decimal): -15115134 or 8543257. OLE color: 8543257.

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

Color convert

RGB2592130-
CMYK0.810.2900.49
HSL201.71º67.74%30.39%-
HSV(B)201.71º80.77%50.98%-
XYZ8.269.4722.51-
YUV76.3158.391.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=10.12%
G=37.25%
B=52.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25921300.810.2900.49201.7167.7430.39
Hex195C82511D031ca441e
Octal311342021213506131210436
Binary11001101110010000010101000111101011000111001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195c82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,92,130); }

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

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

 a { background-color: rgb(25,92,130); }

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

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

 span { border-color: rgb(25,92,130); }

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