#141039

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

Shades of Jaguar #141039

Tints of Jaguar #141039

Color information

#141039 (or 0x141039) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 39. RGB value is (20,16,57). Sum of RGB (Red+Green+Blue) = 20+16+57=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #141039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141039 is #EBEFC6. Grayscale: #151515. Windows color (decimal): -15462343 or 3739668. OLE color: 3739668.

HSL color Cylindrical-coordinate representation of color #141039: hue angle of 245.85º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141039 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB201657-
CMYK0.650.7200.78
HSL245.85º56.16%14.31%-
HSV(B)245.85º71.93%22.35%-
XYZ1.210.813.96-
YUV21.87147.83126.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 57 (22.66% from 255) = 61.29%
R=21.51%
G=17.20%
B=61.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2016570.650.7200.78245.8556.1614.31
Hex141039414804Ef638e
Octal24207110111001163667016
Binary10100100001110011000001100100001001110111101101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141039; }

 p { color: rgb(20,16,57); }

 H1.HeaderClassName
 {
   color: #141039;
 }
 .AnyTagClassName
 {
   color: #141039;
 }
</style>
background-color css

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

 a { background-color: rgb(20,16,57); }

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

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

 span { border-color: rgb(20,16,57); }

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