Html Css Color HEX #19474D Tiber

📋 copy color: '#19474D'

red 25 ◦ green 71 ◦ blue 77

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

Shades of Tiber #19474D

Tints of Tiber #19474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

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

R = 14.45%
G = 41.04%
B = 44.51%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19474D (or 0x19474D) is known color: Tiber. HEX triplet: 19, 47 and 4D. RGB value is (25,71,77). Sum of RGB (Red+Green+Blue) = 25+71+77=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #19474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19474D is #E6B8B2. Grayscale: #393939. Windows color (decimal): -15120563 or 5064473. OLE color: 5064473.

HSL color Cylindrical-coordinate representation of color #19474D: hue angle of 186.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19474D is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 71 77 -
CMYK 0.68 0.08 0 0.70
HSL 186.92º 0.51% 0.2% -
HSV(B) 186.92º 0.68% 0.3% -
XYZ 3.99 5.25 7.82 -
YUV 57.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 25 71 77 0.68 0.08 0 0.70 186.92 0.51 0.2
Hex 19 47 4D 44 8 0 46 BB 33 14
Octal 31 107 115 104 10 0 106 273 63 24
Binary 11001 1000111 1001101 1000100 1000 0 1000110 10111011 110011 10100

Color Harmonies of #19474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19474D

Black with #19474D

Text Example


Text Example

White with #19474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19474D; }

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

 H1.HeaderClassName
 {
   color: #19474D;
 }
 .AnyTagClassName
 {
   color: #19474D;
 }
</style>

background-color css

<style>
 a { background-color: #19474D; }

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

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

border-color css

<style>
 span { border-color: #19474D; }

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

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