#120D27

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

Shades of Jaguar #120D27

Tints of Jaguar #120D27

Color information

#120D27 (or 0x120D27) is unknown color: approx Jaguar. HEX triplet: 12, 0D and 27. RGB value is (18,13,39). Sum of RGB (Red+Green+Blue) = 18+13+39=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #120D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D27 is #EDF2D8. Grayscale: #111111. Windows color (decimal): -15594201 or 2559250. OLE color: 2559250.

HSL color Cylindrical-coordinate representation of color #120D27: hue angle of 251.54º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120D27 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB181339-
CMYK0.540.6700.85
HSL251.54º50%10.2%-
HSV(B)251.54º66.67%15.29%-
XYZ0.760.561.99-
YUV17.46140.16128.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 39 (15.62% from 255) = 55.71%
R=25.71%
G=18.57%
B=55.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1813390.540.6700.85251.545010.2
Hex12D273643055fc32a
Octal2215476610301253746212
Binary100101101100111110110100001101010101111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,39); }

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

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

 a { background-color: rgb(18,13,39); }

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

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

 span { border-color: rgb(18,13,39); }

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