Html Css Color HEX #142171 Midnight Blue

📋 copy color: '#142171'

red 20 ◦ green 33 ◦ blue 113

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

Shades of Midnight Blue #142171

Tints of Midnight Blue #142171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 12.05%
G = 19.88%
B = 68.07%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142171 (or 0x142171) is known color: Midnight Blue. HEX triplet: 14, 21 and 71. RGB value is (20,33,113). Sum of RGB (Red+Green+Blue) = 20+33+113=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #142171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142171 is #EBDE8E. Grayscale: #252525. Windows color (decimal): -15457935 or 7414036. OLE color: 7414036.

HSL color Cylindrical-coordinate representation of color #142171: hue angle of 231.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142171 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 33 113 -
CMYK 0.82 0.71 0 0.56
HSL 231.61º 0.7% 0.26% -
HSV(B) 231.61º 0.82% 0.44% -
XYZ 3.81 2.43 15.89 -
YUV 38.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 20 33 113 0.82 0.71 0 0.56 231.61 0.7 0.26
Hex 14 21 71 52 47 0 38 E8 46 1A
Octal 24 41 161 122 107 0 70 350 106 32
Binary 10100 100001 1110001 1010010 1000111 0 111000 11101000 1000110 11010

Color Harmonies of #142171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142171

Black with #142171

Text Example


Text Example

White with #142171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142171; }

 p { color: rgb(20,33,113); }

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

background-color css

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

 a { background-color: rgb(20,33,113); }

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

border-color css

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

 span { border-color: rgb(20,33,113); }

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