Html Css Color HEX #193C48 Green Vogue

📋 copy color: '#193C48'

red 25 ◦ green 60 ◦ blue 72

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

Shades of Green Vogue #193C48

Tints of Green Vogue #193C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 72 (28.52% from 255) = 45.86%

R = 15.92%
G = 38.22%
B = 45.86%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193C48 (or 0x193C48) is known color: Green Vogue. HEX triplet: 19, 3C and 48. RGB value is (25,60,72). Sum of RGB (Red+Green+Blue) = 25+60+72=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #193C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C48 is #E6C3B7. Grayscale: #323232. Windows color (decimal): -15123384 or 4733977. OLE color: 4733977.

HSL color Cylindrical-coordinate representation of color #193C48: hue angle of 195.32º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193C48 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 60 72 -
CMYK 0.65 0.17 0 0.72
HSL 195.32º 0.48% 0.19% -
HSV(B) 195.32º 0.65% 0.28% -
XYZ 3.19 3.91 6.72 -
YUV 50.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 25 60 72 0.65 0.17 0 0.72 195.32 0.48 0.19
Hex 19 3C 48 41 11 0 48 C3 30 13
Octal 31 74 110 101 21 0 110 303 60 23
Binary 11001 111100 1001000 1000001 10001 0 1001000 11000011 110000 10011

Color Harmonies of #193C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C48

Black with #193C48

Text Example


Text Example

White with #193C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,72); }

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

background-color css

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

 a { background-color: rgb(25,60,72); }

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

border-color css

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

 span { border-color: rgb(25,60,72); }

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