Html Css Color HEX #195A4D Evening Sea

📋 copy color: '#195A4D'

red 25 ◦ green 90 ◦ blue 77

#195A4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #195A4D

Tints of Evening Sea #195A4D

RGB

 RED value IS 25 (10.16% from 255) = 13.02%

 GREEN value IS 90 (35.55% from 255) = 46.88%

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 13.02%
G = 46.88%
B = 40.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#195A4D (or 0x195A4D) is known color: Evening Sea. HEX triplet: 19, 5A and 4D. RGB value is (25,90,77). Sum of RGB (Red+Green+Blue) = 25+90+77=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #195A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A4D is #E6A5B2. Grayscale: #454545. Windows color (decimal): -15115699 or 5069337. OLE color: 5069337.

HSL color Cylindrical-coordinate representation of color #195A4D: hue angle of 168º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A4D is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 90 77 -
CMYK 0.72 0 0.14 0.65
HSL 168º 0.57% 0.23% -
HSV(B) 168º 0.72% 0.35% -
XYZ 5.4 8.05 8.29 -
YUV 69.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 25 90 77 0.72 0 0.14 0.65 168 0.57 0.23
Hex 19 5A 4D 48 0 E 41 A8 39 17
Octal 31 132 115 110 0 16 101 250 71 27
Binary 11001 1011010 1001101 1001000 0 1110 1000001 10101000 111001 10111

Color Harmonies of #195A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A4D

Black with #195A4D

Text Example


Text Example

White with #195A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #195A4D;
 }
 .AnyTagClassName
 {
   color: #195A4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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