Html Css Color HEX #120D32 Jaguar

📋 copy color: '#120D32'

red 18 ◦ green 13 ◦ blue 50

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

Shades of Jaguar #120D32

Tints of Jaguar #120D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 61.73%

R = 22.22%
G = 16.05%
B = 61.73%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120D32 (or 0x120D32) is known color: Jaguar. HEX triplet: 12, 0D and 32. RGB value is (18,13,50). Sum of RGB (Red+Green+Blue) = 18+13+50=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #120D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D32 is #EDF2CD. Grayscale: #121212. Windows color (decimal): -15594190 or 3280146. OLE color: 3280146.

HSL color Cylindrical-coordinate representation of color #120D32: hue angle of 248.11º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #120D32 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 13 50 -
CMYK 0.64 0.74 0 0.80
HSL 248.11º 0.59% 0.12% -
HSV(B) 248.11º 0.74% 0.2% -
XYZ 0.97 0.65 3.09 -
YUV 18.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 18 13 50 0.64 0.74 0 0.80 248.11 0.59 0.12
Hex 12 D 32 40 4A 0 50 F8 3B C
Octal 22 15 62 100 112 0 120 370 73 14
Binary 10010 1101 110010 1000000 1001010 0 1010000 11111000 111011 1100

Color Harmonies of #120D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D32

Black with #120D32

Text Example


Text Example

White with #120D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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