Html Css Color HEX #120C2E Jaguar

📋 copy color: '#120C2E'

red 18 ◦ green 12 ◦ blue 46

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

Shades of Jaguar #120C2E

Tints of Jaguar #120C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.79%

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

R = 23.68%
G = 15.79%
B = 60.53%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#120C2E (or 0x120C2E) is known color: Jaguar. HEX triplet: 12, 0C and 2E. RGB value is (18,12,46). Sum of RGB (Red+Green+Blue) = 18+12+46=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #120C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C2E is #EDF3D1. Grayscale: #111111. Windows color (decimal): -15594450 or 3017746. OLE color: 3017746.

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

Color convert

RGB 18 12 46 -
CMYK 0.61 0.74 0 0.82
HSL 250.59º 0.59% 0.11% -
HSV(B) 250.59º 0.74% 0.18% -
XYZ 0.87 0.59 2.65 -
YUV 17.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 18 12 46 0.61 0.74 0 0.82 250.59 0.59 0.11
Hex 12 C 2E 3D 4A 0 52 FB 3B B
Octal 22 14 56 75 112 0 122 373 73 13
Binary 10010 1100 101110 111101 1001010 0 1010010 11111011 111011 1011

Color Harmonies of #120C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C2E

Black with #120C2E

Text Example


Text Example

White with #120C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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