Html Css Color HEX #191538 Jaguar

📋 copy color: '#191538'

red 25 ◦ green 21 ◦ blue 56

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

Shades of Jaguar #191538

Tints of Jaguar #191538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

 BLUE value IS 56 (22.27% from 255) = 54.9%

R = 24.51%
G = 20.59%
B = 54.9%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#191538 (or 0x191538) is known color: Jaguar. HEX triplet: 19, 15 and 38. RGB value is (25,21,56). Sum of RGB (Red+Green+Blue) = 25+21+56=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #191538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191538 is #E6EAC7. Grayscale: #1A1A1A. Windows color (decimal): -15133384 or 3675417. OLE color: 3675417.

HSL color Cylindrical-coordinate representation of color #191538: hue angle of 246.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #191538 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 21 56 -
CMYK 0.55 0.63 0 0.78
HSL 246.86º 0.45% 0.15% -
HSV(B) 246.86º 0.63% 0.22% -
XYZ 1.38 1.03 3.87 -
YUV 26.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 25 21 56 0.55 0.63 0 0.78 246.86 0.45 0.15
Hex 19 15 38 37 3F 0 4E F7 2D F
Octal 31 25 70 67 77 0 116 367 55 17
Binary 11001 10101 111000 110111 111111 0 1001110 11110111 101101 1111

Color Harmonies of #191538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191538

Black with #191538

Text Example


Text Example

White with #191538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191538; }

 p { color: rgb(25,21,56); }

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

background-color css

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

 a { background-color: rgb(25,21,56); }

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

border-color css

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

 span { border-color: rgb(25,21,56); }

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