Html Css Color HEX #193E4B Green Vogue

📋 copy color: '#193E4B'

red 25 ◦ green 62 ◦ blue 75

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

Shades of Green Vogue #193E4B

Tints of Green Vogue #193E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.27%

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 15.43%
G = 38.27%
B = 46.3%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193E4B (or 0x193E4B) is known color: Green Vogue. HEX triplet: 19, 3E and 4B. RGB value is (25,62,75). Sum of RGB (Red+Green+Blue) = 25+62+75=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #193E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E4B is #E6C1B4. Grayscale: #343434. Windows color (decimal): -15122869 or 4931097. OLE color: 4931097.

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

Color convert

RGB 25 62 75 -
CMYK 0.67 0.17 0 0.71
HSL 195.6º 0.5% 0.2% -
HSV(B) 195.6º 0.67% 0.29% -
XYZ 3.39 4.16 7.28 -
YUV 52.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 25 62 75 0.67 0.17 0 0.71 195.6 0.5 0.2
Hex 19 3E 4B 43 11 0 47 C4 32 14
Octal 31 76 113 103 21 0 107 304 62 24
Binary 11001 111110 1001011 1000011 10001 0 1000111 11000100 110010 10100

Color Harmonies of #193E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E4B

Black with #193E4B

Text Example


Text Example

White with #193E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,75); }

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

background-color css

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

 a { background-color: rgb(25,62,75); }

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

border-color css

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

 span { border-color: rgb(25,62,75); }

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