Html Css Color HEX #140F38 Jaguar

📋 copy color: '#140F38'

red 20 ◦ green 15 ◦ blue 56

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

Shades of Jaguar #140F38

Tints of Jaguar #140F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 61.54%

R = 21.98%
G = 16.48%
B = 61.54%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140F38 (or 0x140F38) is known color: Jaguar. HEX triplet: 14, 0F and 38. RGB value is (20,15,56). Sum of RGB (Red+Green+Blue) = 20+15+56=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #140F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F38 is #EBF0C7. Grayscale: #151515. Windows color (decimal): -15462600 or 3673876. OLE color: 3673876.

HSL color Cylindrical-coordinate representation of color #140F38: hue angle of 247.32º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #140F38 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 15 56 -
CMYK 0.64 0.73 0 0.78
HSL 247.32º 0.58% 0.14% -
HSV(B) 247.32º 0.73% 0.22% -
XYZ 1.17 0.78 3.83 -
YUV 21.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 20 15 56 0.64 0.73 0 0.78 247.32 0.58 0.14
Hex 14 F 38 40 49 0 4E F7 3A E
Octal 24 17 70 100 111 0 116 367 72 16
Binary 10100 1111 111000 1000000 1001001 0 1001110 11110111 111010 1110

Color Harmonies of #140F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F38

Black with #140F38

Text Example


Text Example

White with #140F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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