Html Css Color HEX #141039 Jaguar

📋 copy color: '#141039'

red 20 ◦ green 16 ◦ blue 57

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

Shades of Jaguar #141039

Tints of Jaguar #141039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

 BLUE value IS 57 (22.66% from 255) = 61.29%

R = 21.51%
G = 17.2%
B = 61.29%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141039 (or 0x141039) is known color: 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

RGB 20 16 57 -
CMYK 0.65 0.72 0 0.78
HSL 245.85º 0.56% 0.14% -
HSV(B) 245.85º 0.72% 0.22% -
XYZ 1.21 0.81 3.96 -
YUV 21.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 20 16 57 0.65 0.72 0 0.78 245.85 0.56 0.14
Hex 14 10 39 41 48 0 4E F6 38 E
Octal 24 20 71 101 110 0 116 366 70 16
Binary 10100 10000 111001 1000001 1001000 0 1001110 11110110 111000 1110

Color Harmonies of #141039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141039

Black with #141039

Text Example


Text Example

White with #141039

Text Example


Text Example

HTML Codes & Css Web 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>