#141967

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

Shades of Midnight Blue #141967

Tints of Midnight Blue #141967

Color information

#141967 (or 0x141967) is unknown color: approx Midnight Blue. HEX triplet: 14, 19 and 67. RGB value is (20,25,103). Sum of RGB (Red+Green+Blue) = 20+25+103=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #141967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141967 is #EBE698. Grayscale: #202020. Windows color (decimal): -15459993 or 6756628. OLE color: 6756628.

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

Color convert

RGB2025103-
CMYK0.810.7600.60
HSL236.39º67.48%24.12%-
HSV(B)236.39º80.58%40.39%-
XYZ3.081.8213.02-
YUV32.4167.84119.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=13.51%
G=16.89%
B=69.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20251030.810.7600.60236.3967.4824.12
Hex141967514C03Cec4318
Octal243114712111407435410330
Binary1010011001110011110100011001100011110011101100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141967; }

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

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

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

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

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

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

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

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