Html Css Color HEX #130F2B Jaguar

📋 copy color: '#130F2B'

red 19 ◦ green 15 ◦ blue 43

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

Shades of Jaguar #130F2B

Tints of Jaguar #130F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 55.84%

R = 24.68%
G = 19.48%
B = 55.84%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#130F2B (or 0x130F2B) is known color: Jaguar. HEX triplet: 13, 0F and 2B. RGB value is (19,15,43). Sum of RGB (Red+Green+Blue) = 19+15+43=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #130F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2B is #ECF0D4. Grayscale: #131313. Windows color (decimal): -15528149 or 2821907. OLE color: 2821907.

HSL color Cylindrical-coordinate representation of color #130F2B: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #130F2B is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 15 43 -
CMYK 0.56 0.65 0 0.83
HSL 248.57º 0.48% 0.11% -
HSV(B) 248.57º 0.65% 0.17% -
XYZ 0.88 0.65 2.37 -
YUV 19.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 19 15 43 0.56 0.65 0 0.83 248.57 0.48 0.11
Hex 13 F 2B 38 41 0 53 F9 30 B
Octal 23 17 53 70 101 0 123 371 60 13
Binary 10011 1111 101011 111000 1000001 0 1010011 11111001 110000 1011

Color Harmonies of #130F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F2B

Black with #130F2B

Text Example


Text Example

White with #130F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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