#141267

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

Shades of Midnight Blue #141267

Tints of Midnight Blue #141267

Color information

#141267 (or 0x141267) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 67. RGB value is (20,18,103). Sum of RGB (Red+Green+Blue) = 20+18+103=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #141267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141267 is #EBED98. Grayscale: #1B1B1B. Windows color (decimal): -15461785 or 6754836. OLE color: 6754836.

HSL color Cylindrical-coordinate representation of color #141267: hue angle of 241.41º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141267 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2018103-
CMYK0.810.8300.60
HSL241.41º70.25%23.73%-
HSV(B)241.41º82.52%40.39%-
XYZ2.951.5612.98-
YUV28.29170.16122.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 103 (40.62% from 255) = 73.05%
R=14.18%
G=12.77%
B=73.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20181030.810.8300.60241.4170.2523.73
Hex141267515303Cf14618
Octal242214712112307436110630
Binary1010010010110011110100011010011011110011110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141267; }

 p { color: rgb(20,18,103); }

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

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

 a { background-color: rgb(20,18,103); }

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

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

 span { border-color: rgb(20,18,103); }

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