#141F6E

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

Shades of Midnight Blue #141F6E

Tints of Midnight Blue #141F6E

Color information

#141F6E (or 0x141F6E) is unknown color: approx Midnight Blue. HEX triplet: 14, 1F and 6E. RGB value is (20,31,110). Sum of RGB (Red+Green+Blue) = 20+31+110=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #141F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F6E is #EBE091. Grayscale: #242424. Windows color (decimal): -15458450 or 7216916. OLE color: 7216916.

HSL color Cylindrical-coordinate representation of color #141F6E: hue angle of 232.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141F6E is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2031110-
CMYK0.820.7200.57
HSL232.67º69.23%25.49%-
HSV(B)232.67º81.82%43.14%-
XYZ3.592.2515-
YUV36.72169.36116.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=12.42%
G=19.25%
B=68.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20311100.820.7200.57232.6769.2325.49
Hex141F6E5248039e94519
Octal243715612211007135110531
Binary1010011111110111010100101001000011100111101001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,110); }

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

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

 a { background-color: rgb(20,31,110); }

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

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

 span { border-color: rgb(20,31,110); }

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