#141362

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

Shades of Midnight Blue #141362

Tints of Midnight Blue #141362

Color information

#141362 (or 0x141362) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 62. RGB value is (20,19,98). Sum of RGB (Red+Green+Blue) = 20+19+98=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #141362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141362 is #EBEC9D. Grayscale: #1B1B1B. Windows color (decimal): -15461534 or 6427412. OLE color: 6427412.

HSL color Cylindrical-coordinate representation of color #141362: hue angle of 240.76º degrees, saturation: 0.68, 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 #141362 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB201998-
CMYK0.800.8100.62
HSL240.76º67.52%22.94%-
HSV(B)240.76º80.61%38.43%-
XYZ2.731.511.7-
YUV28.3167.33122.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=14.60%
G=13.87%
B=71.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2019980.800.8100.62240.7667.5222.94
Hex141362505103Ef14417
Octal242314212012107636110427
Binary1010010011110001010100001010001011111011110001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141362; }

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

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

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

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

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

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

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

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