Html Css Color HEX #120E30 Jaguar

📋 copy color: '#120E30'

red 18 ◦ green 14 ◦ blue 48

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

Shades of Jaguar #120E30

Tints of Jaguar #120E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 60%

R = 22.5%
G = 17.5%
B = 60%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#120E30 (or 0x120E30) is known color: Jaguar. HEX triplet: 12, 0E and 30. RGB value is (18,14,48). Sum of RGB (Red+Green+Blue) = 18+14+48=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #120E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E30 is #EDF1CF. Grayscale: #121212. Windows color (decimal): -15593936 or 3149330. OLE color: 3149330.

HSL color Cylindrical-coordinate representation of color #120E30: hue angle of 247.06º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #120E30 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 14 48 -
CMYK 0.63 0.71 0 0.81
HSL 247.06º 0.55% 0.12% -
HSV(B) 247.06º 0.71% 0.19% -
XYZ 0.94 0.66 2.87 -
YUV 19.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 18 14 48 0.63 0.71 0 0.81 247.06 0.55 0.12
Hex 12 E 30 3F 47 0 51 F7 37 C
Octal 22 16 60 77 107 0 121 367 67 14
Binary 10010 1110 110000 111111 1000111 0 1010001 11110111 110111 1100

Color Harmonies of #120E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E30

Black with #120E30

Text Example


Text Example

White with #120E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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