Html Css Color HEX #131037 Jaguar

📋 copy color: '#131037'

red 19 ◦ green 16 ◦ blue 55

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

Shades of Jaguar #131037

Tints of Jaguar #131037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.78%

 BLUE value IS 55 (21.88% from 255) = 61.11%

R = 21.11%
G = 17.78%
B = 61.11%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131037 (or 0x131037) is known color: Jaguar. HEX triplet: 13, 10 and 37. RGB value is (19,16,55). Sum of RGB (Red+Green+Blue) = 19+16+55=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #131037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131037 is #ECEFC8. Grayscale: #151515. Windows color (decimal): -15527881 or 3608595. OLE color: 3608595.

HSL color Cylindrical-coordinate representation of color #131037: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131037 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 16 55 -
CMYK 0.65 0.71 0 0.78
HSL 244.62º 0.55% 0.14% -
HSV(B) 244.62º 0.71% 0.22% -
XYZ 1.14 0.78 3.71 -
YUV 21.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 19 16 55 0.65 0.71 0 0.78 244.62 0.55 0.14
Hex 13 10 37 41 47 0 4E F5 37 E
Octal 23 20 67 101 107 0 116 365 67 16
Binary 10011 10000 110111 1000001 1000111 0 1001110 11110101 110111 1110

Color Harmonies of #131037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131037

Black with #131037

Text Example


Text Example

White with #131037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131037; }

 p { color: rgb(19,16,55); }

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

background-color css

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

 a { background-color: rgb(19,16,55); }

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

border-color css

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

 span { border-color: rgb(19,16,55); }

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