#141258

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

Shades of Midnight Blue #141258

Tints of Midnight Blue #141258

Color information

#141258 (or 0x141258) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 58. RGB value is (20,18,88). Sum of RGB (Red+Green+Blue) = 20+18+88=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #141258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141258 is #EBEDA7. Grayscale: #1A1A1A. Windows color (decimal): -15461800 or 5771796. OLE color: 5771796.

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

Color convert

RGB201888-
CMYK0.770.8000.65
HSL241.71º66.04%20.78%-
HSV(B)241.71º79.55%34.51%-
XYZ2.271.299.36-
YUV26.58162.66123.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 88 (34.77% from 255) = 69.84%
R=15.87%
G=14.29%
B=69.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2018880.770.8000.65241.7166.0420.78
Hex1412584D50041f24215
Octal2422130115120010136210225
Binary10100100101011000100110110100000100000111110010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141258; }

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

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

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

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

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

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

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

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