Html Css Color HEX #130E26 Jaguar

📋 copy color: '#130E26'

red 19 ◦ green 14 ◦ blue 38

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

Shades of Jaguar #130E26

Tints of Jaguar #130E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 53.52%

R = 26.76%
G = 19.72%
B = 53.52%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130E26 (or 0x130E26) is known color: Jaguar. HEX triplet: 13, 0E and 26. RGB value is (19,14,38). Sum of RGB (Red+Green+Blue) = 19+14+38=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #130E26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E26 is #ECF1D9. Grayscale: #121212. Windows color (decimal): -15528410 or 2493971. OLE color: 2493971.

HSL color Cylindrical-coordinate representation of color #130E26: hue angle of 252.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130E26 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 14 38 -
CMYK 0.50 0.63 0 0.85
HSL 252.5º 0.46% 0.1% -
HSV(B) 252.5º 0.63% 0.15% -
XYZ 0.78 0.59 1.91 -
YUV 18.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 19 14 38 0.50 0.63 0 0.85 252.5 0.46 0.1
Hex 13 E 26 32 3F 0 55 FD 2E A
Octal 23 16 46 62 77 0 125 375 56 12
Binary 10011 1110 100110 110010 111111 0 1010101 11111101 101110 1010

Color Harmonies of #130E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E26

Black with #130E26

Text Example


Text Example

White with #130E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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