Html Css Color HEX #19173A Jaguar

📋 copy color: '#19173A'

red 25 ◦ green 23 ◦ blue 58

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

Shades of Jaguar #19173A

Tints of Jaguar #19173A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.7%

 BLUE value IS 58 (23.05% from 255) = 54.72%

R = 23.58%
G = 21.7%
B = 54.72%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19173A (or 0x19173A) is known color: Jaguar. HEX triplet: 19, 17 and 3A. RGB value is (25,23,58). Sum of RGB (Red+Green+Blue) = 25+23+58=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #19173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19173A is #E6E8C5. Grayscale: #1B1B1B. Windows color (decimal): -15132870 or 3807001. OLE color: 3807001.

HSL color Cylindrical-coordinate representation of color #19173A: hue angle of 243.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19173A is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 23 58 -
CMYK 0.57 0.60 0 0.77
HSL 243.43º 0.43% 0.16% -
HSV(B) 243.43º 0.6% 0.23% -
XYZ 1.47 1.12 4.14 -
YUV 27.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 25 23 58 0.57 0.60 0 0.77 243.43 0.43 0.16
Hex 19 17 3A 39 3C 0 4D F3 2B 10
Octal 31 27 72 71 74 0 115 363 53 20
Binary 11001 10111 111010 111001 111100 0 1001101 11110011 101011 10000

Color Harmonies of #19173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19173A

Black with #19173A

Text Example


Text Example

White with #19173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19173A; }

 p { color: rgb(25,23,58); }

 H1.HeaderClassName
 {
   color: #19173A;
 }
 .AnyTagClassName
 {
   color: #19173A;
 }
</style>

background-color css

<style>
 a { background-color: #19173A; }

 a { background-color: rgb(25,23,58); }

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

border-color css

<style>
 span { border-color: #19173A; }

 span { border-color: rgb(25,23,58); }

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