Html Css Color HEX #130F2C Jaguar

📋 copy color: '#130F2C'

red 19 ◦ green 15 ◦ blue 44

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

Shades of Jaguar #130F2C

Tints of Jaguar #130F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 56.41%

R = 24.36%
G = 19.23%
B = 56.41%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#130F2C (or 0x130F2C) is known color: Jaguar. HEX triplet: 13, 0F and 2C. RGB value is (19,15,44). Sum of RGB (Red+Green+Blue) = 19+15+44=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #130F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2C is #ECF0D3. Grayscale: #131313. Windows color (decimal): -15528148 or 2887443. OLE color: 2887443.

HSL color Cylindrical-coordinate representation of color #130F2C: hue angle of 248.28º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #130F2C is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 15 44 -
CMYK 0.57 0.66 0 0.83
HSL 248.28º 0.49% 0.12% -
HSV(B) 248.28º 0.66% 0.17% -
XYZ 0.89 0.66 2.46 -
YUV 19.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 19 15 44 0.57 0.66 0 0.83 248.28 0.49 0.12
Hex 13 F 2C 39 42 0 53 F8 31 C
Octal 23 17 54 71 102 0 123 370 61 14
Binary 10011 1111 101100 111001 1000010 0 1010011 11111000 110001 1100

Color Harmonies of #130F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F2C

Black with #130F2C

Text Example


Text Example

White with #130F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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