#120D28

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

Shades of Jaguar #120D28

Tints of Jaguar #120D28

Color information

#120D28 (or 0x120D28) is unknown color: approx Jaguar. HEX triplet: 12, 0D and 28. RGB value is (18,13,40). Sum of RGB (Red+Green+Blue) = 18+13+40=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #120D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D28 is #EDF2D7. Grayscale: #111111. Windows color (decimal): -15594200 or 2624786. OLE color: 2624786.

HSL color Cylindrical-coordinate representation of color #120D28: hue angle of 251.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120D28 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB181340-
CMYK0.550.6700.84
HSL251.11º50.94%10.39%-
HSV(B)251.11º67.5%15.69%-
XYZ0.780.572.08-
YUV17.57140.66128.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 40 (16.02% from 255) = 56.34%
R=25.35%
G=18.31%
B=56.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1813400.550.6700.84251.1150.9410.39
Hex12D283743054fb33a
Octal2215506710301243736312
Binary100101101101000110111100001101010100111110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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