#141768

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

Shades of Midnight Blue #141768

Tints of Midnight Blue #141768

Color information

#141768 (or 0x141768) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 68. RGB value is (20,23,104). Sum of RGB (Red+Green+Blue) = 20+23+104=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #141768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141768 is #EBE897. Grayscale: #1F1F1F. Windows color (decimal): -15460504 or 6821652. OLE color: 6821652.

HSL color Cylindrical-coordinate representation of color #141768: hue angle of 237.86º 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 #141768 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2023104-
CMYK0.810.7800.59
HSL237.86º67.74%24.31%-
HSV(B)237.86º80.77%40.78%-
XYZ3.091.7613.27-
YUV31.34169.01119.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=13.61%
G=15.65%
B=70.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20231040.810.7800.59237.8667.7424.31
Hex141768514E03Bee4418
Octal242715012111607335610430
Binary1010010111110100010100011001110011101111101110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141768; }

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

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

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

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

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

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

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

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