#120D38

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

Shades of Jaguar #120D38

Tints of Jaguar #120D38

Color information

#120D38 (or 0x120D38) is unknown color: approx Jaguar. HEX triplet: 12, 0D and 38. RGB value is (18,13,56). Sum of RGB (Red+Green+Blue) = 18+13+56=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #120D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D38 is #EDF2C7. Grayscale: #131313. Windows color (decimal): -15594184 or 3673362. OLE color: 3673362.

HSL color Cylindrical-coordinate representation of color #120D38: hue angle of 246.98º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #120D38 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB181356-
CMYK0.680.7700.78
HSL246.98º62.32%13.53%-
HSV(B)246.98º76.79%21.96%-
XYZ1.110.73.82-
YUV19.4148.66127-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 56 (22.27% from 255) = 64.37%
R=20.69%
G=14.94%
B=64.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1813560.680.7700.78246.9862.3213.53
Hex12D38444D04Ef73ee
Octal22157010411501163677616
Binary1001011011110001000100100110101001110111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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