#141257

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

Shades of Midnight Blue #141257

Tints of Midnight Blue #141257

Color information

#141257 (or 0x141257) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 57. RGB value is (20,18,87). Sum of RGB (Red+Green+Blue) = 20+18+87=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #141257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141257 is #EBEDA8. Grayscale: #1A1A1A. Windows color (decimal): -15461801 or 5706260. OLE color: 5706260.

HSL color Cylindrical-coordinate representation of color #141257: hue angle of 241.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141257 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB201887-
CMYK0.770.7900.66
HSL241.74º65.71%20.59%-
HSV(B)241.74º79.31%34.12%-
XYZ2.231.279.14-
YUV26.46162.16123.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 87 (34.38% from 255) = 69.6%
R=16%
G=14.4%
B=69.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2018870.770.7900.66241.7465.7120.59
Hex1412574D4F042f24215
Octal2422127115117010236210225
Binary10100100101010111100110110011110100001011110010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141257; }

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

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

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

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

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

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

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

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