#141C7B

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

Shades of Midnight Blue #141C7B

Tints of Midnight Blue #141C7B

Color information

#141C7B (or 0x141C7B) is unknown color: approx Midnight Blue. HEX triplet: 14, 1C and 7B. RGB value is (20,28,123). Sum of RGB (Red+Green+Blue) = 20+28+123=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #141C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C7B is #EBE384. Grayscale: #242424. Windows color (decimal): -15459205 or 8068116. OLE color: 8068116.

HSL color Cylindrical-coordinate representation of color #141C7B: hue angle of 235.34º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141C7B is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2028123-
CMYK0.840.7700.52
HSL235.34º72.03%28.04%-
HSV(B)235.34º83.74%48.24%-
XYZ4.282.4118.98-
YUV36.44176.85116.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=11.70%
G=16.37%
B=71.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20281230.840.7700.52235.3472.0328.04
Hex141C7B544D034eb481c
Octal243417312411506435311034
Binary1010011100111101110101001001101011010011101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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