#120C35

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

Shades of Jaguar #120C35

Tints of Jaguar #120C35

Color information

#120C35 (or 0x120C35) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 35. RGB value is (18,12,53). Sum of RGB (Red+Green+Blue) = 18+12+53=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #120C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C35 is #EDF3CA. Grayscale: #121212. Windows color (decimal): -15594443 or 3476498. OLE color: 3476498.

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

Color convert

RGB181253-
CMYK0.660.7700.79
HSL248.78º63.08%12.75%-
HSV(B)248.78º77.36%20.78%-
XYZ1.020.653.44-
YUV18.47147.49127.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 53 (21.09% from 255) = 63.86%
R=21.69%
G=14.46%
B=63.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1812530.660.7700.79248.7863.0812.75
Hex12C35424D04Ff93fd
Octal22146510211501173717715
Binary1001011001101011000010100110101001111111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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