#141261

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

Shades of Midnight Blue #141261

Tints of Midnight Blue #141261

Color information

#141261 (or 0x141261) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 61. RGB value is (20,18,97). Sum of RGB (Red+Green+Blue) = 20+18+97=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #141261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141261 is #EBED9E. Grayscale: #1B1B1B. Windows color (decimal): -15461791 or 6361620. OLE color: 6361620.

HSL color Cylindrical-coordinate representation of color #141261: hue angle of 241.52º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141261 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB201897-
CMYK0.790.8100.62
HSL241.52º68.7%22.55%-
HSV(B)241.52º81.44%38.04%-
XYZ2.661.4411.45-
YUV27.6167.16122.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 97 (38.28% from 255) = 71.85%
R=14.81%
G=13.33%
B=71.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2018970.790.8100.62241.5268.722.55
Hex1412614F5103Ef24517
Octal242214111712107636210527
Binary1010010010110000110011111010001011111011110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141261; }

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

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

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

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

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

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

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

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