Html Css Color HEX #120E2A Jaguar

📋 copy color: '#120E2A'

red 18 ◦ green 14 ◦ blue 42

#120E2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #120E2A

Tints of Jaguar #120E2A

RGB

 RED value IS 18 (7.42% from 255) = 24.32%

 GREEN value IS 14 (5.86% from 255) = 18.92%

 BLUE value IS 42 (16.8% from 255) = 56.76%

R = 24.32%
G = 18.92%
B = 56.76%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120E2A (or 0x120E2A) is known color: Jaguar. HEX triplet: 12, 0E and 2A. RGB value is (18,14,42). Sum of RGB (Red+Green+Blue) = 18+14+42=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #120E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E2A is #EDF1D5. Grayscale: #121212. Windows color (decimal): -15593942 or 2756114. OLE color: 2756114.

HSL color Cylindrical-coordinate representation of color #120E2A: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120E2A is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 14 42 -
CMYK 0.57 0.67 0 0.84
HSL 248.57º 0.5% 0.11% -
HSV(B) 248.57º 0.67% 0.16% -
XYZ 0.82 0.61 2.26 -
YUV 18.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 18 14 42 0.57 0.67 0 0.84 248.57 0.5 0.11
Hex 12 E 2A 39 43 0 54 F9 32 B
Octal 22 16 52 71 103 0 124 371 62 13
Binary 10010 1110 101010 111001 1000011 0 1010100 11111001 110010 1011

Color Harmonies of #120E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E2A

Black with #120E2A

Text Example


Text Example

White with #120E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,14,42); }

 H1.HeaderClassName
 {
   color: #120E2A;
 }
 .AnyTagClassName
 {
   color: #120E2A;
 }
</style>

background-color css

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

 a { background-color: rgb(18,14,42); }

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

border-color css

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

 span { border-color: rgb(18,14,42); }

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