Html Css Color HEX #140F26 Jaguar

📋 copy color: '#140F26'

red 20 ◦ green 15 ◦ blue 38

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

Shades of Jaguar #140F26

Tints of Jaguar #140F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.55%

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

R = 27.4%
G = 20.55%
B = 52.05%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140F26 (or 0x140F26) is known color: Jaguar. HEX triplet: 14, 0F and 26. RGB value is (20,15,38). Sum of RGB (Red+Green+Blue) = 20+15+38=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #140F26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F26 is #EBF0D9. Grayscale: #131313. Windows color (decimal): -15462618 or 2494228. OLE color: 2494228.

HSL color Cylindrical-coordinate representation of color #140F26: hue angle of 253.04º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #140F26 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 15 38 -
CMYK 0.47 0.61 0 0.85
HSL 253.04º 0.43% 0.1% -
HSV(B) 253.04º 0.61% 0.15% -
XYZ 0.81 0.63 1.91 -
YUV 19.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 20 15 38 0.47 0.61 0 0.85 253.04 0.43 0.1
Hex 14 F 26 2F 3D 0 55 FD 2B A
Octal 24 17 46 57 75 0 125 375 53 12
Binary 10100 1111 100110 101111 111101 0 1010101 11111101 101011 1010

Color Harmonies of #140F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F26

Black with #140F26

Text Example


Text Example

White with #140F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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