Html Css Color HEX #142174 Midnight Blue

📋 copy color: '#142174'

red 20 ◦ green 33 ◦ blue 116

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

Shades of Midnight Blue #142174

Tints of Midnight Blue #142174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 11.83%
G = 19.53%
B = 68.64%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142174 (or 0x142174) is known color: Midnight Blue. HEX triplet: 14, 21 and 74. RGB value is (20,33,116). Sum of RGB (Red+Green+Blue) = 20+33+116=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #142174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142174 is #EBDE8B. Grayscale: #262626. Windows color (decimal): -15457932 or 7610644. OLE color: 7610644.

HSL color Cylindrical-coordinate representation of color #142174: hue angle of 231.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142174 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 33 116 -
CMYK 0.83 0.72 0 0.55
HSL 231.88º 0.71% 0.27% -
HSV(B) 231.88º 0.83% 0.45% -
XYZ 3.98 2.5 16.8 -
YUV 38.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 20 33 116 0.83 0.72 0 0.55 231.88 0.71 0.27
Hex 14 21 74 53 48 0 37 E8 47 1B
Octal 24 41 164 123 110 0 67 350 107 33
Binary 10100 100001 1110100 1010011 1001000 0 110111 11101000 1000111 11011

Color Harmonies of #142174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142174

Black with #142174

Text Example


Text Example

White with #142174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142174; }

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

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

background-color css

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

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

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

border-color css

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

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

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