#141B6F

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

Shades of Midnight Blue #141B6F

Tints of Midnight Blue #141B6F

Color information

#141B6F (or 0x141B6F) is unknown color: approx Midnight Blue. HEX triplet: 14, 1B and 6F. RGB value is (20,27,111). Sum of RGB (Red+Green+Blue) = 20+27+111=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #141B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B6F is #EBE490. Grayscale: #222222. Windows color (decimal): -15459473 or 7281428. OLE color: 7281428.

HSL color Cylindrical-coordinate representation of color #141B6F: hue angle of 235.38º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141B6F is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2027111-
CMYK0.820.7600.56
HSL235.38º69.47%25.69%-
HSV(B)235.38º81.98%43.53%-
XYZ3.552.0815.25-
YUV34.48171.18117.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=12.66%
G=17.09%
B=70.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20271110.820.7600.56235.3869.4725.69
Hex141B6F524C038eb451a
Octal243315712211407035310532
Binary1010011011110111110100101001100011100011101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,111); }

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

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

 a { background-color: rgb(20,27,111); }

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

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

 span { border-color: rgb(20,27,111); }

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