#141F6B

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

Shades of Midnight Blue #141F6B

Tints of Midnight Blue #141F6B

Color information

#141F6B (or 0x141F6B) is unknown color: approx Midnight Blue. HEX triplet: 14, 1F and 6B. RGB value is (20,31,107). Sum of RGB (Red+Green+Blue) = 20+31+107=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #141F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F6B is #EBE094. Grayscale: #242424. Windows color (decimal): -15458453 or 7020308. OLE color: 7020308.

HSL color Cylindrical-coordinate representation of color #141F6B: hue angle of 232.41º degrees, saturation: 0.69, 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 #141F6B is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2031107-
CMYK0.810.7100.58
HSL232.41º68.5%24.9%-
HSV(B)232.41º81.31%41.96%-
XYZ3.432.1914.15-
YUV36.38167.86116.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=12.66%
G=19.62%
B=67.72%

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
Decimal20311070.810.7100.58232.4168.524.9
Hex141F6B514703Ae84519
Octal243715312110707235010531
Binary1010011111110101110100011000111011101011101000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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