Html Css Color HEX #120D2E Jaguar

📋 copy color: '#120D2E'

red 18 ◦ green 13 ◦ blue 46

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

Shades of Jaguar #120D2E

Tints of Jaguar #120D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 46 (18.36% from 255) = 59.74%

R = 23.38%
G = 16.88%
B = 59.74%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#120D2E (or 0x120D2E) is known color: Jaguar. HEX triplet: 12, 0D and 2E. RGB value is (18,13,46). Sum of RGB (Red+Green+Blue) = 18+13+46=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #120D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D2E is #EDF2D1. Grayscale: #121212. Windows color (decimal): -15594194 or 3018002. OLE color: 3018002.

HSL color Cylindrical-coordinate representation of color #120D2E: hue angle of 249.09º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120D2E is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 13 46 -
CMYK 0.61 0.72 0 0.82
HSL 249.09º 0.56% 0.12% -
HSV(B) 249.09º 0.72% 0.18% -
XYZ 0.89 0.61 2.66 -
YUV 18.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 18 13 46 0.61 0.72 0 0.82 249.09 0.56 0.12
Hex 12 D 2E 3D 48 0 52 F9 38 C
Octal 22 15 56 75 110 0 122 371 70 14
Binary 10010 1101 101110 111101 1001000 0 1010010 11111001 111000 1100

Color Harmonies of #120D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D2E

Black with #120D2E

Text Example


Text Example

White with #120D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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