Html Css Color HEX #120D29 Jaguar

📋 copy color: '#120D29'

red 18 ◦ green 13 ◦ blue 41

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

Shades of Jaguar #120D29

Tints of Jaguar #120D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 56.94%

R = 25%
G = 18.06%
B = 56.94%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120D29 (or 0x120D29) is known color: Jaguar. HEX triplet: 12, 0D and 29. RGB value is (18,13,41). Sum of RGB (Red+Green+Blue) = 18+13+41=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #120D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D29 is #EDF2D6. Grayscale: #111111. Windows color (decimal): -15594199 or 2690322. OLE color: 2690322.

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

Color convert

RGB 18 13 41 -
CMYK 0.56 0.68 0 0.84
HSL 250.71º 0.52% 0.11% -
HSV(B) 250.71º 0.68% 0.16% -
XYZ 0.79 0.58 2.17 -
YUV 17.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 18 13 41 0.56 0.68 0 0.84 250.71 0.52 0.11
Hex 12 D 29 38 44 0 54 FB 34 B
Octal 22 15 51 70 104 0 124 373 64 13
Binary 10010 1101 101001 111000 1000100 0 1010100 11111011 110100 1011

Color Harmonies of #120D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D29

Black with #120D29

Text Example


Text Example

White with #120D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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