Html Css Color HEX #193D4A Green Vogue

📋 copy color: '#193D4A'

red 25 ◦ green 61 ◦ blue 74

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

Shades of Green Vogue #193D4A

Tints of Green Vogue #193D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.13%

 BLUE value IS 74 (29.3% from 255) = 46.25%

R = 15.63%
G = 38.13%
B = 46.25%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193D4A (or 0x193D4A) is known color: Green Vogue. HEX triplet: 19, 3D and 4A. RGB value is (25,61,74). Sum of RGB (Red+Green+Blue) = 25+61+74=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #193D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D4A is #E6C2B5. Grayscale: #333333. Windows color (decimal): -15123126 or 4865305. OLE color: 4865305.

HSL color Cylindrical-coordinate representation of color #193D4A: hue angle of 195.92º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193D4A is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 61 74 -
CMYK 0.66 0.18 0 0.71
HSL 195.92º 0.49% 0.19% -
HSV(B) 195.92º 0.66% 0.29% -
XYZ 3.31 4.04 7.08 -
YUV 51.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 25 61 74 0.66 0.18 0 0.71 195.92 0.49 0.19
Hex 19 3D 4A 42 12 0 47 C4 31 13
Octal 31 75 112 102 22 0 107 304 61 23
Binary 11001 111101 1001010 1000010 10010 0 1000111 11000100 110001 10011

Color Harmonies of #193D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D4A

Black with #193D4A

Text Example


Text Example

White with #193D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193D4A; }

 p { color: rgb(25,61,74); }

 H1.HeaderClassName
 {
   color: #193D4A;
 }
 .AnyTagClassName
 {
   color: #193D4A;
 }
</style>

background-color css

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

 a { background-color: rgb(25,61,74); }

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

border-color css

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

 span { border-color: rgb(25,61,74); }

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