#141A62

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

Shades of Midnight Blue #141A62

Tints of Midnight Blue #141A62

Color information

#141A62 (or 0x141A62) is unknown color: approx Midnight Blue. HEX triplet: 14, 1A and 62. RGB value is (20,26,98). Sum of RGB (Red+Green+Blue) = 20+26+98=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #141A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A62 is #EBE59D. Grayscale: #202020. Windows color (decimal): -15459742 or 6429204. OLE color: 6429204.

HSL color Cylindrical-coordinate representation of color #141A62: hue angle of 235.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141A62 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB202698-
CMYK0.800.7300.62
HSL235.38º66.1%23.14%-
HSV(B)235.38º79.59%38.43%-
XYZ2.861.7711.75-
YUV32.41165.01119.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=13.89%
G=18.06%
B=68.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2026980.800.7300.62235.3866.123.14
Hex141A62504903Eeb4217
Octal243214212011107635310227
Binary1010011010110001010100001001001011111011101011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A62; }

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

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

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

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

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

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

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

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