Html Css Color HEX #141138 Jaguar

📋 copy color: '#141138'

red 20 ◦ green 17 ◦ blue 56

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

Shades of Jaguar #141138

Tints of Jaguar #141138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.28%

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

R = 21.51%
G = 18.28%
B = 60.22%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141138 (or 0x141138) is known color: Jaguar. HEX triplet: 14, 11 and 38. RGB value is (20,17,56). Sum of RGB (Red+Green+Blue) = 20+17+56=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #141138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141138 is #EBEEC7. Grayscale: #161616. Windows color (decimal): -15462088 or 3674388. OLE color: 3674388.

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

Color convert

RGB 20 17 56 -
CMYK 0.64 0.70 0 0.78
HSL 244.62º 0.53% 0.14% -
HSV(B) 244.62º 0.7% 0.22% -
XYZ 1.2 0.84 3.84 -
YUV 22.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 20 17 56 0.64 0.70 0 0.78 244.62 0.53 0.14
Hex 14 11 38 40 46 0 4E F5 35 E
Octal 24 21 70 100 106 0 116 365 65 16
Binary 10100 10001 111000 1000000 1000110 0 1001110 11110101 110101 1110

Color Harmonies of #141138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141138

Black with #141138

Text Example


Text Example

White with #141138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141138; }

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

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

background-color css

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

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

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

border-color css

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

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

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