Html Css Color HEX #191539 Jaguar

📋 copy color: '#191539'

red 25 ◦ green 21 ◦ blue 57

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

Shades of Jaguar #191539

Tints of Jaguar #191539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 55.34%

R = 24.27%
G = 20.39%
B = 55.34%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#191539 (or 0x191539) is known color: Jaguar. HEX triplet: 19, 15 and 39. RGB value is (25,21,57). Sum of RGB (Red+Green+Blue) = 25+21+57=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #191539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191539 is #E6EAC6. Grayscale: #1A1A1A. Windows color (decimal): -15133383 or 3740953. OLE color: 3740953.

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

Color convert

RGB 25 21 57 -
CMYK 0.56 0.63 0 0.78
HSL 246.67º 0.46% 0.15% -
HSV(B) 246.67º 0.63% 0.22% -
XYZ 1.41 1.04 4 -
YUV 26.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 25 21 57 0.56 0.63 0 0.78 246.67 0.46 0.15
Hex 19 15 39 38 3F 0 4E F7 2E F
Octal 31 25 71 70 77 0 116 367 56 17
Binary 11001 10101 111001 111000 111111 0 1001110 11110111 101110 1111

Color Harmonies of #191539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191539

Black with #191539

Text Example


Text Example

White with #191539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191539; }

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

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

background-color css

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

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

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

border-color css

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

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

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