Html Css Color HEX #130E31 Jaguar

📋 copy color: '#130E31'

red 19 ◦ green 14 ◦ blue 49

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

Shades of Jaguar #130E31

Tints of Jaguar #130E31

RGB

 RED value IS 19 (7.81% from 255) = 23.17%

 GREEN value IS 14 (5.86% from 255) = 17.07%

 BLUE value IS 49 (19.53% from 255) = 59.76%

R = 23.17%
G = 17.07%
B = 59.76%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130E31 (or 0x130E31) is known color: Jaguar. HEX triplet: 13, 0E and 31. RGB value is (19,14,49). Sum of RGB (Red+Green+Blue) = 19+14+49=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #130E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E31 is #ECF1CE. Grayscale: #131313. Windows color (decimal): -15528399 or 3214867. OLE color: 3214867.

HSL color Cylindrical-coordinate representation of color #130E31: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #130E31 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 14 49 -
CMYK 0.61 0.71 0 0.81
HSL 248.57º 0.56% 0.12% -
HSV(B) 248.57º 0.71% 0.19% -
XYZ 0.98 0.67 2.98 -
YUV 19.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 19 14 49 0.61 0.71 0 0.81 248.57 0.56 0.12
Hex 13 E 31 3D 47 0 51 F9 38 C
Octal 23 16 61 75 107 0 121 371 70 14
Binary 10011 1110 110001 111101 1000111 0 1010001 11111001 111000 1100

Color Harmonies of #130E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E31

Black with #130E31

Text Example


Text Example

White with #130E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E31; }

 p { color: rgb(19,14,49); }

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

background-color css

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

 a { background-color: rgb(19,14,49); }

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

border-color css

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

 span { border-color: rgb(19,14,49); }

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