Html Css Color HEX #120E35 Jaguar

📋 copy color: '#120E35'

red 18 ◦ green 14 ◦ blue 53

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

Shades of Jaguar #120E35

Tints of Jaguar #120E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 62.35%

R = 21.18%
G = 16.47%
B = 62.35%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#120E35 (or 0x120E35) is known color: Jaguar. HEX triplet: 12, 0E and 35. RGB value is (18,14,53). Sum of RGB (Red+Green+Blue) = 18+14+53=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #120E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E35 is #EDF1CA. Grayscale: #131313. Windows color (decimal): -15593931 or 3477010. OLE color: 3477010.

HSL color Cylindrical-coordinate representation of color #120E35: hue angle of 246.15º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #120E35 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 14 53 -
CMYK 0.66 0.74 0 0.79
HSL 246.15º 0.58% 0.13% -
HSV(B) 246.15º 0.74% 0.21% -
XYZ 1.05 0.7 3.45 -
YUV 19.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 18 14 53 0.66 0.74 0 0.79 246.15 0.58 0.13
Hex 12 E 35 42 4A 0 4F F6 3A D
Octal 22 16 65 102 112 0 117 366 72 15
Binary 10010 1110 110101 1000010 1001010 0 1001111 11110110 111010 1101

Color Harmonies of #120E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E35

Black with #120E35

Text Example


Text Example

White with #120E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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