#141358

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

Shades of Midnight Blue #141358

Tints of Midnight Blue #141358

Color information

#141358 (or 0x141358) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 58. RGB value is (20,19,88). Sum of RGB (Red+Green+Blue) = 20+19+88=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #141358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141358 is #EBECA7. Grayscale: #1A1A1A. Windows color (decimal): -15461544 or 5772052. OLE color: 5772052.

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

Color convert

RGB201988-
CMYK0.770.7800.65
HSL240.87º64.49%20.98%-
HSV(B)240.87º78.41%34.51%-
XYZ2.281.329.37-
YUV27.16162.33122.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 88 (34.77% from 255) = 69.29%
R=15.75%
G=14.96%
B=69.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2019880.770.7800.65240.8764.4920.98
Hex1413584D4E041f14015
Octal2423130115116010136110025
Binary10100100111011000100110110011100100000111110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141358; }

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

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

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

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

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

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

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

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