Html Css Color HEX #120D33 Jaguar

📋 copy color: '#120D33'

red 18 ◦ green 13 ◦ blue 51

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

Shades of Jaguar #120D33

Tints of Jaguar #120D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 62.2%

R = 21.95%
G = 15.85%
B = 62.2%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#120D33 (or 0x120D33) is known color: Jaguar. HEX triplet: 12, 0D and 33. RGB value is (18,13,51). Sum of RGB (Red+Green+Blue) = 18+13+51=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #120D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D33 is #EDF2CC. Grayscale: #121212. Windows color (decimal): -15594189 or 3345682. OLE color: 3345682.

HSL color Cylindrical-coordinate representation of color #120D33: hue angle of 247.89º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #120D33 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 13 51 -
CMYK 0.65 0.75 0 0.8
HSL 247.89º 0.59% 0.13% -
HSV(B) 247.89º 0.75% 0.2% -
XYZ 0.99 0.66 3.21 -
YUV 18.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 18 13 51 0.65 0.75 0 0.8 247.89 0.59 0.13
Hex 12 D 33 41 4B 0 50 F8 3B D
Octal 22 15 63 101 113 0 120 370 73 15
Binary 10010 1101 110011 1000001 1001011 0 1010000 11111000 111011 1101

Color Harmonies of #120D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D33

Black with #120D33

Text Example


Text Example

White with #120D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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