Html Css Color HEX #140F32 Jaguar

📋 copy color: '#140F32'

red 20 ◦ green 15 ◦ blue 50

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

Shades of Jaguar #140F32

Tints of Jaguar #140F32

RGB

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

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

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

R = 23.53%
G = 17.65%
B = 58.82%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140F32 (or 0x140F32) is known color: Jaguar. HEX triplet: 14, 0F and 32. RGB value is (20,15,50). Sum of RGB (Red+Green+Blue) = 20+15+50=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #140F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F32 is #EBF0CD. Grayscale: #141414. Windows color (decimal): -15462606 or 3280660. OLE color: 3280660.

HSL color Cylindrical-coordinate representation of color #140F32: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140F32 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 15 50 -
CMYK 0.60 0.70 0 0.80
HSL 248.57º 0.54% 0.13% -
HSV(B) 248.57º 0.7% 0.2% -
XYZ 1.04 0.72 3.1 -
YUV 20.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 20 15 50 0.60 0.70 0 0.80 248.57 0.54 0.13
Hex 14 F 32 3C 46 0 50 F9 36 D
Octal 24 17 62 74 106 0 120 371 66 15
Binary 10100 1111 110010 111100 1000110 0 1010000 11111001 110110 1101

Color Harmonies of #140F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F32

Black with #140F32

Text Example


Text Example

White with #140F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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