Html Css Color HEX #141126 Jaguar

📋 copy color: '#141126'

red 20 ◦ green 17 ◦ blue 38

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

Shades of Jaguar #141126

Tints of Jaguar #141126

RGB

 RED value IS 20 (8.2% from 255) = 26.67%

 GREEN value IS 17 (7.03% from 255) = 22.67%

 BLUE value IS 38 (15.23% from 255) = 50.67%

R = 26.67%
G = 22.67%
B = 50.67%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141126 (or 0x141126) is known color: Jaguar. HEX triplet: 14, 11 and 26. RGB value is (20,17,38). Sum of RGB (Red+Green+Blue) = 20+17+38=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #141126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141126 is #EBEED9. Grayscale: #141414. Windows color (decimal): -15462106 or 2494740. OLE color: 2494740.

HSL color Cylindrical-coordinate representation of color #141126: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141126 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 17 38 -
CMYK 0.47 0.55 0 0.85
HSL 248.57º 0.38% 0.11% -
HSV(B) 248.57º 0.55% 0.15% -
XYZ 0.84 0.69 1.92 -
YUV 20.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 20 17 38 0.47 0.55 0 0.85 248.57 0.38 0.11
Hex 14 11 26 2F 37 0 55 F9 26 B
Octal 24 21 46 57 67 0 125 371 46 13
Binary 10100 10001 100110 101111 110111 0 1010101 11111001 100110 1011

Color Harmonies of #141126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141126

Black with #141126

Text Example


Text Example

White with #141126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141126; }

 p { color: rgb(20,17,38); }

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

background-color css

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

 a { background-color: rgb(20,17,38); }

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

border-color css

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

 span { border-color: rgb(20,17,38); }

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