#141C72

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

Shades of Midnight Blue #141C72

Tints of Midnight Blue #141C72

Color information

#141C72 (or 0x141C72) is unknown color: approx Midnight Blue. HEX triplet: 14, 1C and 72. RGB value is (20,28,114). Sum of RGB (Red+Green+Blue) = 20+28+114=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #141C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C72 is #EBE38D. Grayscale: #232323. Windows color (decimal): -15459214 or 7478292. OLE color: 7478292.

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

Color convert

RGB2028114-
CMYK0.820.7500.55
HSL234.89º70.15%26.27%-
HSV(B)234.89º82.46%44.71%-
XYZ3.742.1916.15-
YUV35.41172.35117.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=12.35%
G=17.28%
B=70.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20281140.820.7500.55234.8970.1526.27
Hex141C72524B037eb461a
Octal243416212211306735310632
Binary1010011100111001010100101001011011011111101011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C72; }

 p { color: rgb(20,28,114); }

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

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

 a { background-color: rgb(20,28,114); }

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

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

 span { border-color: rgb(20,28,114); }

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