Html Css Color HEX #142176 Midnight Blue

📋 copy color: '#142176'

red 20 ◦ green 33 ◦ blue 118

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

Shades of Midnight Blue #142176

Tints of Midnight Blue #142176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 11.7%
G = 19.3%
B = 69.01%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142176 (or 0x142176) is known color: Midnight Blue. HEX triplet: 14, 21 and 76. RGB value is (20,33,118). Sum of RGB (Red+Green+Blue) = 20+33+118=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #142176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142176 is #EBDE89. Grayscale: #262626. Windows color (decimal): -15457930 or 7741716. OLE color: 7741716.

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

Color convert

RGB 20 33 118 -
CMYK 0.83 0.72 0 0.54
HSL 232.04º 0.71% 0.27% -
HSV(B) 232.04º 0.83% 0.46% -
XYZ 4.1 2.54 17.41 -
YUV 38.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 20 33 118 0.83 0.72 0 0.54 232.04 0.71 0.27
Hex 14 21 76 53 48 0 36 E8 47 1B
Octal 24 41 166 123 110 0 66 350 107 33
Binary 10100 100001 1110110 1010011 1001000 0 110110 11101000 1000111 11011

Color Harmonies of #142176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142176

Black with #142176

Text Example


Text Example

White with #142176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142176; }

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

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

background-color css

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

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

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

border-color css

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

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

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