Html Css Color HEX #141038 Jaguar

📋 copy color: '#141038'

red 20 ◦ green 16 ◦ blue 56

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

Shades of Jaguar #141038

Tints of Jaguar #141038

RGB

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

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

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

R = 21.74%
G = 17.39%
B = 60.87%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141038 (or 0x141038) is known color: Jaguar. HEX triplet: 14, 10 and 38. RGB value is (20,16,56). Sum of RGB (Red+Green+Blue) = 20+16+56=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #141038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141038 is #EBEFC7. Grayscale: #151515. Windows color (decimal): -15462344 or 3674132. OLE color: 3674132.

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

Color convert

RGB 20 16 56 -
CMYK 0.64 0.71 0 0.78
HSL 246º 0.56% 0.14% -
HSV(B) 246º 0.71% 0.22% -
XYZ 1.19 0.8 3.83 -
YUV 21.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 20 16 56 0.64 0.71 0 0.78 246 0.56 0.14
Hex 14 10 38 40 47 0 4E F6 38 E
Octal 24 20 70 100 107 0 116 366 70 16
Binary 10100 10000 111000 1000000 1000111 0 1001110 11110110 111000 1110

Color Harmonies of #141038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141038

Black with #141038

Text Example


Text Example

White with #141038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141038; }

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

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

background-color css

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

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

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

border-color css

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

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

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