#141F6A

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

Shades of Midnight Blue #141F6A

Tints of Midnight Blue #141F6A

Color information

#141F6A (or 0x141F6A) is unknown color: approx Midnight Blue. HEX triplet: 14, 1F and 6A. RGB value is (20,31,106). Sum of RGB (Red+Green+Blue) = 20+31+106=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #141F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F6A is #EBE095. Grayscale: #232323. Windows color (decimal): -15458454 or 6954772. OLE color: 6954772.

HSL color Cylindrical-coordinate representation of color #141F6A: hue angle of 232.33º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141F6A is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2031106-
CMYK0.810.7100.58
HSL232.33º68.25%24.71%-
HSV(B)232.33º81.13%41.57%-
XYZ3.382.1713.88-
YUV36.26167.36116.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 106 (41.80% from 255) = 67.52%
R=12.74%
G=19.75%
B=67.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20311060.810.7100.58232.3368.2524.71
Hex141F6A514703Ae84419
Octal243715212110707235010431
Binary1010011111110101010100011000111011101011101000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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