#120C36

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

Shades of Jaguar #120C36

Tints of Jaguar #120C36

Color information

#120C36 (or 0x120C36) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 36. RGB value is (18,12,54). Sum of RGB (Red+Green+Blue) = 18+12+54=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #120C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C36 is #EDF3C9. Grayscale: #121212. Windows color (decimal): -15594442 or 3542034. OLE color: 3542034.

HSL color Cylindrical-coordinate representation of color #120C36: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120C36 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB181254-
CMYK0.670.7800.79
HSL248.57º63.64%12.94%-
HSV(B)248.57º77.78%21.18%-
XYZ1.050.663.56-
YUV18.58147.99127.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 64.29%
R=21.43%
G=14.29%
B=64.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1812540.670.7800.79248.5763.6412.94
Hex12C36434E04Ff940d
Octal221466103116011737110015
Binary10010110011011010000111001110010011111111100110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120C36; }

 p { color: rgb(18,12,54); }

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

<style>
 a { background-color: #120C36; }

 a { background-color: rgb(18,12,54); }

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

<style>
 span { border-color: #120C36; }

 span { border-color: rgb(18,12,54); }

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