#140F38

Color #140F38 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #140F38

Tints of Jaguar #140F38

Color information

#140F38 (or 0x140F38) is unknown color: approx 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

RGB201556-
CMYK0.640.7300.78
HSL247.32º57.75%13.92%-
HSV(B)247.32º73.21%21.96%-
XYZ1.170.783.83-
YUV21.17147.66127.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2015560.640.7300.78247.3257.7513.92
Hex14F38404904Ef73ae
Octal24177010011101163677216
Binary1010011111110001000000100100101001110111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>