Html Css Color HEX #130F2A Jaguar

📋 copy color: '#130F2A'

red 19 ◦ green 15 ◦ blue 42

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

Shades of Jaguar #130F2A

Tints of Jaguar #130F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

 BLUE value IS 42 (16.8% from 255) = 55.26%

R = 25%
G = 19.74%
B = 55.26%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130F2A (or 0x130F2A) is known color: Jaguar. HEX triplet: 13, 0F and 2A. RGB value is (19,15,42). Sum of RGB (Red+Green+Blue) = 19+15+42=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #130F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2A is #ECF0D5. Grayscale: #131313. Windows color (decimal): -15528150 or 2756371. OLE color: 2756371.

HSL color Cylindrical-coordinate representation of color #130F2A: hue angle of 248.89º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #130F2A is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 15 42 -
CMYK 0.55 0.64 0 0.84
HSL 248.89º 0.47% 0.11% -
HSV(B) 248.89º 0.64% 0.16% -
XYZ 0.86 0.65 2.27 -
YUV 19.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 19 15 42 0.55 0.64 0 0.84 248.89 0.47 0.11
Hex 13 F 2A 37 40 0 54 F9 2F B
Octal 23 17 52 67 100 0 124 371 57 13
Binary 10011 1111 101010 110111 1000000 0 1010100 11111001 101111 1011

Color Harmonies of #130F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F2A

Black with #130F2A

Text Example


Text Example

White with #130F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,15,42); }

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

background-color css

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

 a { background-color: rgb(19,15,42); }

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

border-color css

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

 span { border-color: rgb(19,15,42); }

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