#195B4D

Color #195B4D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #195B4D

Tints of Evening Sea #195B4D

Color information

#195B4D (or 0x195B4D) is unknown color: approx Evening Sea. HEX triplet: 19, 5B and 4D. RGB value is (25,91,77). Sum of RGB (Red+Green+Blue) = 25+91+77=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #195B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195B4D is #E6A4B2. Grayscale: #454545. Windows color (decimal): -15115443 or 5069593. OLE color: 5069593.

HSL color Cylindrical-coordinate representation of color #195B4D: hue angle of 167.27º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195B4D is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB259177-
CMYK0.7300.150.64
HSL167.27º56.9%22.75%-
HSV(B)167.27º72.53%35.69%-
XYZ5.488.228.32-
YUV69.67132.1396.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=12.95%
G=47.15%
B=39.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2591770.7300.150.64167.2756.922.75
Hex195B4D490F40a73917
Octal311331151110171002477127
Binary110011011011100110110010010111110000001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,91,77); }

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

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

 a { background-color: rgb(25,91,77); }

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

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

 span { border-color: rgb(25,91,77); }

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