#142374

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

Shades of Midnight Blue #142374

Tints of Midnight Blue #142374

Color information

#142374 (or 0x142374) is unknown color: approx Midnight Blue. HEX triplet: 14, 23 and 74. RGB value is (20,35,116). Sum of RGB (Red+Green+Blue) = 20+35+116=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #142374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142374 is #EBDC8B. Grayscale: #272727. Windows color (decimal): -15457420 or 7611156. OLE color: 7611156.

HSL color Cylindrical-coordinate representation of color #142374: hue angle of 230.62º 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 #142374 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2035116-
CMYK0.830.7000.55
HSL230.62º70.59%26.67%-
HSV(B)230.62º82.76%45.49%-
XYZ4.042.6116.81-
YUV39.75171.03113.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 116 (45.70% from 255) = 67.84%
R=11.70%
G=20.47%
B=67.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20351160.830.7000.55230.6270.5926.67
Hex1423745346037e7471b
Octal244316412310606734710733
Binary10100100011111010010100111000110011011111100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142374; }

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

 H1.HeaderClassName
 {
   color: #142374;
 }
 .AnyTagClassName
 {
   color: #142374;
 }
</style>
background-color css

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

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

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

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

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

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