#141764

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

Shades of Midnight Blue #141764

Tints of Midnight Blue #141764

Color information

#141764 (or 0x141764) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 64. RGB value is (20,23,100). Sum of RGB (Red+Green+Blue) = 20+23+100=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 100 (39.45% from 255 or 69.93% from 143); Max value from RGB is 100 - color contains mainly: blue. Hex color #141764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141764 is #EBE89B. Grayscale: #1E1E1E. Windows color (decimal): -15460508 or 6559508. OLE color: 6559508.

HSL color Cylindrical-coordinate representation of color #141764: hue angle of 237.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141764 is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2023100-
CMYK0.80.7700.61
HSL237.75º66.67%23.53%-
HSV(B)237.75º80%39.22%-
XYZ2.91.6812.23-
YUV30.88167.01120.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 100 (39.45% from 255) = 69.93%
R=13.99%
G=16.08%
B=69.93%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20231000.80.7700.61237.7566.6723.53
Hex141764504D03Dee4318
Octal242714412011507535610330
Binary1010010111110010010100001001101011110111101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141764; }

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

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

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

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

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

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

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

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