#141773

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

Shades of Midnight Blue #141773

Tints of Midnight Blue #141773

Color information

#141773 (or 0x141773) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 73. RGB value is (20,23,115). Sum of RGB (Red+Green+Blue) = 20+23+115=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #141773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141773 is #EBE88C. Grayscale: #202020. Windows color (decimal): -15460493 or 7542548. OLE color: 7542548.

HSL color Cylindrical-coordinate representation of color #141773: hue angle of 238.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141773 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2023115-
CMYK0.830.8000.55
HSL238.11º70.37%26.47%-
HSV(B)238.11º82.61%45.1%-
XYZ3.69216.41-
YUV32.59174.51119.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=12.66%
G=14.56%
B=72.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20231150.830.8000.55238.1170.3726.47
Hex1417735350037ee461a
Octal242716312312006735610632
Binary1010010111111001110100111010000011011111101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141773; }

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

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

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

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

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

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

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

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