Html Css Color HEX #130F2D Jaguar

📋 copy color: '#130F2D'

red 19 ◦ green 15 ◦ blue 45

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

Shades of Jaguar #130F2D

Tints of Jaguar #130F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 56.96%

R = 24.05%
G = 18.99%
B = 56.96%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#130F2D (or 0x130F2D) is known color: Jaguar. HEX triplet: 13, 0F and 2D. RGB value is (19,15,45). Sum of RGB (Red+Green+Blue) = 19+15+45=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #130F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2D is #ECF0D2. Grayscale: #131313. Windows color (decimal): -15528147 or 2952979. OLE color: 2952979.

HSL color Cylindrical-coordinate representation of color #130F2D: hue angle of 248º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #130F2D is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 15 45 -
CMYK 0.58 0.67 0 0.82
HSL 248º 0.5% 0.12% -
HSV(B) 248º 0.67% 0.18% -
XYZ 0.91 0.67 2.56 -
YUV 19.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 19 15 45 0.58 0.67 0 0.82 248 0.5 0.12
Hex 13 F 2D 3A 43 0 52 F8 32 C
Octal 23 17 55 72 103 0 122 370 62 14
Binary 10011 1111 101101 111010 1000011 0 1010010 11111000 110010 1100

Color Harmonies of #130F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F2D

Black with #130F2D

Text Example


Text Example

White with #130F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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