#142372

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

Shades of Midnight Blue #142372

Tints of Midnight Blue #142372

Color information

#142372 (or 0x142372) is unknown color: approx Midnight Blue. HEX triplet: 14, 23 and 72. RGB value is (20,35,114). Sum of RGB (Red+Green+Blue) = 20+35+114=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #142372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142372 is #EBDC8D. Grayscale: #272727. Windows color (decimal): -15457422 or 7480084. OLE color: 7480084.

HSL color Cylindrical-coordinate representation of color #142372: hue angle of 230.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142372 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2035114-
CMYK0.820.6900.55
HSL230.43º70.15%26.27%-
HSV(B)230.43º82.46%44.71%-
XYZ3.932.5716.21-
YUV39.52170.03114.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=11.83%
G=20.71%
B=67.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20351140.820.6900.55230.4370.1526.27
Hex1423725245037e6461a
Octal244316212210506734610632
Binary10100100011111001010100101000101011011111100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142372; }

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

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

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

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

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

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

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

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