Html Css Color HEX #120E32 Jaguar

📋 copy color: '#120E32'

red 18 ◦ green 14 ◦ blue 50

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

Shades of Jaguar #120E32

Tints of Jaguar #120E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 60.98%

R = 21.95%
G = 17.07%
B = 60.98%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120E32 (or 0x120E32) is known color: Jaguar. HEX triplet: 12, 0E and 32. RGB value is (18,14,50). Sum of RGB (Red+Green+Blue) = 18+14+50=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #120E32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E32 is #EDF1CD. Grayscale: #131313. Windows color (decimal): -15593934 or 3280402. OLE color: 3280402.

HSL color Cylindrical-coordinate representation of color #120E32: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120E32 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 14 50 -
CMYK 0.64 0.72 0 0.80
HSL 246.67º 0.56% 0.13% -
HSV(B) 246.67º 0.72% 0.2% -
XYZ 0.98 0.67 3.1 -
YUV 19.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 18 14 50 0.64 0.72 0 0.80 246.67 0.56 0.13
Hex 12 E 32 40 48 0 50 F7 38 D
Octal 22 16 62 100 110 0 120 367 70 15
Binary 10010 1110 110010 1000000 1001000 0 1010000 11110111 111000 1101

Color Harmonies of #120E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E32

Black with #120E32

Text Example


Text Example

White with #120E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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