#141868

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

Shades of Midnight Blue #141868

Tints of Midnight Blue #141868

Color information

#141868 (or 0x141868) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 68. RGB value is (20,24,104). Sum of RGB (Red+Green+Blue) = 20+24+104=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #141868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141868 is #EBE797. Grayscale: #1F1F1F. Windows color (decimal): -15460248 or 6821908. OLE color: 6821908.

HSL color Cylindrical-coordinate representation of color #141868: hue angle of 237.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141868 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2024104-
CMYK0.810.7700.59
HSL237.14º67.74%24.31%-
HSV(B)237.14º80.77%40.78%-
XYZ3.111.813.28-
YUV31.92168.67119.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 104 (41.02% from 255) = 70.27%
R=13.51%
G=16.22%
B=70.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20241040.810.7700.59237.1467.7424.31
Hex141868514D03Bed4418
Octal243015012111507335510430
Binary1010011000110100010100011001101011101111101101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141868; }

 p { color: rgb(20,24,104); }

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

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

 a { background-color: rgb(20,24,104); }

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

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

 span { border-color: rgb(20,24,104); }

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