#142679

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

Shades of Midnight Blue #142679

Tints of Midnight Blue #142679

Color information

#142679 (or 0x142679) is unknown color: approx Midnight Blue. HEX triplet: 14, 26 and 79. RGB value is (20,38,121). Sum of RGB (Red+Green+Blue) = 20+38+121=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #142679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142679 is #EBD986. Grayscale: #292929. Windows color (decimal): -15456647 or 7939604. OLE color: 7939604.

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

Color convert

RGB2038121-
CMYK0.830.6900.53
HSL229.31º71.63%27.65%-
HSV(B)229.31º83.47%47.45%-
XYZ4.432.9218.42-
YUV42.08172.54112.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 121 (47.66% from 255) = 67.60%
R=11.17%
G=21.23%
B=67.60%

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
Decimal20381210.830.6900.53229.3171.6327.65
Hex1426795345035e5481c
Octal244617112310506534511034
Binary10100100110111100110100111000101011010111100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142679; }

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

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

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

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

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

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

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

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