#142174

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

Shades of Midnight Blue #142174

Tints of Midnight Blue #142174

Color information

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

RGB2033116-
CMYK0.830.7200.55
HSL231.88º70.59%26.67%-
HSV(B)231.88º82.76%45.49%-
XYZ3.982.516.8-
YUV38.58171.69114.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 116 (45.70% from 255) = 68.64%
R=11.83%
G=19.53%
B=68.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20331160.830.7200.55231.8870.5926.67
Hex1421745348037e8471b
Octal244116412311006735010733
Binary10100100001111010010100111001000011011111101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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