#142177

Color #142177 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #142177

Tints of Midnight Blue #142177

Color information

#142177 (or 0x142177) is unknown color: approx 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

RGB2033119-
CMYK0.830.7200.53
HSL232.12º71.22%27.25%-
HSV(B)232.12º83.19%46.67%-
XYZ4.162.5717.73-
YUV38.92173.19114.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20331190.830.7200.53232.1271.2227.25
Hex1421775348035e8471b
Octal244116712311006535010733
Binary10100100001111011110100111001000011010111101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>