Html Css Color HEX #120E28 Jaguar

📋 copy color: '#120E28'

red 18 ◦ green 14 ◦ blue 40

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

Shades of Jaguar #120E28

Tints of Jaguar #120E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.44%

 BLUE value IS 40 (16.02% from 255) = 55.56%

R = 25%
G = 19.44%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120E28 (or 0x120E28) is known color: Jaguar. HEX triplet: 12, 0E and 28. RGB value is (18,14,40). Sum of RGB (Red+Green+Blue) = 18+14+40=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #120E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E28 is #EDF1D7. Grayscale: #121212. Windows color (decimal): -15593944 or 2625042. OLE color: 2625042.

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

Color convert

RGB 18 14 40 -
CMYK 0.55 0.65 0 0.84
HSL 249.23º 0.48% 0.11% -
HSV(B) 249.23º 0.65% 0.16% -
XYZ 0.79 0.6 2.08 -
YUV 18.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 18 14 40 0.55 0.65 0 0.84 249.23 0.48 0.11
Hex 12 E 28 37 41 0 54 F9 30 B
Octal 22 16 50 67 101 0 124 371 60 13
Binary 10010 1110 101000 110111 1000001 0 1010100 11111001 110000 1011

Color Harmonies of #120E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E28

Black with #120E28

Text Example


Text Example

White with #120E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,14,40); }

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

background-color css

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

 a { background-color: rgb(18,14,40); }

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

border-color css

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

 span { border-color: rgb(18,14,40); }

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