#142579

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

Shades of Midnight Blue #142579

Tints of Midnight Blue #142579

Color information

#142579 (or 0x142579) is unknown color: approx Midnight Blue. HEX triplet: 14, 25 and 79. RGB value is (20,37,121). Sum of RGB (Red+Green+Blue) = 20+37+121=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #142579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142579 is #EBDA86. Grayscale: #292929. Windows color (decimal): -15456903 or 7939348. OLE color: 7939348.

HSL color Cylindrical-coordinate representation of color #142579: hue angle of 229.9º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142579 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2037121-
CMYK0.830.6900.53
HSL229.9º71.63%27.65%-
HSV(B)229.9º83.47%47.45%-
XYZ4.42.8518.41-
YUV41.49172.87112.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 121 (47.66% from 255) = 67.98%
R=11.24%
G=20.79%
B=67.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20371210.830.6900.53229.971.6327.65
Hex1425795345035e6481c
Octal244517112310506534611034
Binary10100100101111100110100111000101011010111100110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142579; }

 p { color: rgb(20,37,121); }

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

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

 a { background-color: rgb(20,37,121); }

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

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

 span { border-color: rgb(20,37,121); }

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