#142779

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

Shades of Midnight Blue #142779

Tints of Midnight Blue #142779

Color information

#142779 (or 0x142779) is unknown color: approx Midnight Blue. HEX triplet: 14, 27 and 79. RGB value is (20,39,121). Sum of RGB (Red+Green+Blue) = 20+39+121=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #142779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142779 is #EBD886. Grayscale: #2A2A2A. Windows color (decimal): -15456391 or 7939860. OLE color: 7939860.

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

Color convert

RGB2039121-
CMYK0.830.6800.53
HSL228.71º71.63%27.65%-
HSV(B)228.71º83.47%47.45%-
XYZ4.472.9818.43-
YUV42.67172.21111.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 121 (47.66% from 255) = 67.22%
R=11.11%
G=21.67%
B=67.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20391210.830.6800.53228.7171.6327.65
Hex1427795344035e5481c
Octal244717112310406534511034
Binary10100100111111100110100111000100011010111100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142779; }

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

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

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

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

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

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

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

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