Html Css Color HEX #193F4C Green Vogue

📋 copy color: '#193F4C'

red 25 ◦ green 63 ◦ blue 76

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

Shades of Green Vogue #193F4C

Tints of Green Vogue #193F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 38.41%

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 15.24%
G = 38.41%
B = 46.34%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#193F4C (or 0x193F4C) is known color: Green Vogue. HEX triplet: 19, 3F and 4C. RGB value is (25,63,76). Sum of RGB (Red+Green+Blue) = 25+63+76=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #193F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F4C is #E6C0B3. Grayscale: #353535. Windows color (decimal): -15122612 or 4996889. OLE color: 4996889.

HSL color Cylindrical-coordinate representation of color #193F4C: hue angle of 195.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193F4C is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 63 76 -
CMYK 0.67 0.17 0 0.70
HSL 195.29º 0.5% 0.2% -
HSV(B) 195.29º 0.67% 0.3% -
XYZ 3.48 4.28 7.48 -
YUV 53.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 25 63 76 0.67 0.17 0 0.70 195.29 0.5 0.2
Hex 19 3F 4C 43 11 0 46 C3 32 14
Octal 31 77 114 103 21 0 106 303 62 24
Binary 11001 111111 1001100 1000011 10001 0 1000110 11000011 110010 10100

Color Harmonies of #193F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F4C

Black with #193F4C

Text Example


Text Example

White with #193F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,76); }

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

background-color css

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

 a { background-color: rgb(25,63,76); }

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

border-color css

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

 span { border-color: rgb(25,63,76); }

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