#141058

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

Shades of Midnight Blue #141058

Tints of Midnight Blue #141058

Color information

#141058 (or 0x141058) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 58. RGB value is (20,16,88). Sum of RGB (Red+Green+Blue) = 20+16+88=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 88 (34.77% from 255 or 70.97% from 124); Max value from RGB is 88 - color contains mainly: blue. Hex color #141058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141058 is #EBEFA7. Grayscale: #191919. Windows color (decimal): -15462312 or 5771284. OLE color: 5771284.

HSL color Cylindrical-coordinate representation of color #141058: hue angle of 243.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141058 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB201688-
CMYK0.770.8200.65
HSL243.33º69.23%20.39%-
HSV(B)243.33º81.82%34.51%-
XYZ2.241.229.35-
YUV25.4163.33124.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 88 (34.77% from 255) = 70.97%
R=16.13%
G=12.90%
B=70.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2016880.770.8200.65243.3369.2320.39
Hex1410584D52041f34514
Octal2420130115122010136310524
Binary10100100001011000100110110100100100000111110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141058; }

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

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

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

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

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

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

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

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