#130E33

Color #130E33 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #130E33

Tints of Jaguar #130E33

Color information

#130E33 (or 0x130E33) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 33. RGB value is (19,14,51). Sum of RGB (Red+Green+Blue) = 19+14+51=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #130E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E33 is #ECF1CC. Grayscale: #131313. Windows color (decimal): -15528397 or 3345939. OLE color: 3345939.

HSL color Cylindrical-coordinate representation of color #130E33: hue angle of 248.11º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #130E33 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB191451-
CMYK0.630.7300.8
HSL248.11º56.92%12.75%-
HSV(B)248.11º72.55%20%-
XYZ1.020.693.21-
YUV19.71145.66127.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 14 (5.86% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 60.71%
R=22.62%
G=16.67%
B=60.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1914510.630.7300.8248.1156.9212.75
Hex13E333F49050f839d
Octal2316637711101203707115
Binary100111110110011111111100100101010000111110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #130E33;
 }
 .AnyTagClassName
 {
   color: #130E33;
 }
</style>
background-color css

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

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

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

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

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

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