Html Css Color HEX #142177 Midnight Blue

📋 copy color: '#142177'

red 20 ◦ green 33 ◦ blue 119

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

Shades of Midnight Blue #142177

Tints of Midnight Blue #142177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 11.63%
G = 19.19%
B = 69.19%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142177 (or 0x142177) is known color: Midnight Blue. HEX triplet: 14, 21 and 77. RGB value is (20,33,119). Sum of RGB (Red+Green+Blue) = 20+33+119=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #142177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142177 is #EBDE88. Grayscale: #262626. Windows color (decimal): -15457929 or 7807252. OLE color: 7807252.

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

Color convert

RGB 20 33 119 -
CMYK 0.83 0.72 0 0.53
HSL 232.12º 0.71% 0.27% -
HSV(B) 232.12º 0.83% 0.47% -
XYZ 4.16 2.57 17.73 -
YUV 38.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 20 33 119 0.83 0.72 0 0.53 232.12 0.71 0.27
Hex 14 21 77 53 48 0 35 E8 47 1B
Octal 24 41 167 123 110 0 65 350 107 33
Binary 10100 100001 1110111 1010011 1001000 0 110101 11101000 1000111 11011

Color Harmonies of #142177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142177

Black with #142177

Text Example


Text Example

White with #142177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142177; }

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

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

background-color css

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

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

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

border-color css

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

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

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