#141679

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

Shades of Midnight Blue #141679

Tints of Midnight Blue #141679

Color information

#141679 (or 0x141679) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 79. RGB value is (20,22,121). Sum of RGB (Red+Green+Blue) = 20+22+121=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #141679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141679 is #EBE986. Grayscale: #202020. Windows color (decimal): -15460743 or 7935508. OLE color: 7935508.

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

Color convert

RGB2022121-
CMYK0.830.8200.53
HSL238.81º71.63%27.65%-
HSV(B)238.81º83.47%47.45%-
XYZ4.032.118.28-
YUV32.69177.84118.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 121 (47.66% from 255) = 74.23%
R=12.27%
G=13.50%
B=74.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20221210.830.8200.53238.8171.6327.65
Hex1416795352035ef481c
Octal242617112312206535711034
Binary1010010110111100110100111010010011010111101111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141679; }

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

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

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

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

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

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

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

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