Html Css Color HEX #130E2F Jaguar

📋 copy color: '#130E2F'

red 19 ◦ green 14 ◦ blue 47

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

Shades of Jaguar #130E2F

Tints of Jaguar #130E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 58.75%

R = 23.75%
G = 17.5%
B = 58.75%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#130E2F (or 0x130E2F) is known color: Jaguar. HEX triplet: 13, 0E and 2F. RGB value is (19,14,47). Sum of RGB (Red+Green+Blue) = 19+14+47=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #130E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E2F is #ECF1D0. Grayscale: #131313. Windows color (decimal): -15528401 or 3083795. OLE color: 3083795.

HSL color Cylindrical-coordinate representation of color #130E2F: hue angle of 249.09º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #130E2F is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 14 47 -
CMYK 0.60 0.70 0 0.82
HSL 249.09º 0.54% 0.12% -
HSV(B) 249.09º 0.7% 0.18% -
XYZ 0.94 0.66 2.77 -
YUV 19.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 19 14 47 0.60 0.70 0 0.82 249.09 0.54 0.12
Hex 13 E 2F 3C 46 0 52 F9 36 C
Octal 23 16 57 74 106 0 122 371 66 14
Binary 10011 1110 101111 111100 1000110 0 1010010 11111001 110110 1100

Color Harmonies of #130E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E2F

Black with #130E2F

Text Example


Text Example

White with #130E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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