#142375

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

Shades of Midnight Blue #142375

Tints of Midnight Blue #142375

Color information

#142375 (or 0x142375) is unknown color: approx Midnight Blue. HEX triplet: 14, 23 and 75. RGB value is (20,35,117). Sum of RGB (Red+Green+Blue) = 20+35+117=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #142375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142375 is #EBDC8A. Grayscale: #272727. Windows color (decimal): -15457419 or 7676692. OLE color: 7676692.

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

Color convert

RGB2035117-
CMYK0.830.7000.54
HSL230.72º70.8%26.86%-
HSV(B)230.72º82.91%45.88%-
XYZ4.12.6417.12-
YUV39.86171.53113.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=11.63%
G=20.35%
B=68.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20351170.830.7000.54230.7270.826.86
Hex1423755346036e7471b
Octal244316512310606634710733
Binary10100100011111010110100111000110011011011100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142375; }

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

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

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

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

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

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

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

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