#141762

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

Shades of Midnight Blue #141762

Tints of Midnight Blue #141762

Color information

#141762 (or 0x141762) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 62. RGB value is (20,23,98). Sum of RGB (Red+Green+Blue) = 20+23+98=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #141762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141762 is #EBE89D. Grayscale: #1E1E1E. Windows color (decimal): -15460510 or 6428436. OLE color: 6428436.

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

Color convert

RGB202398-
CMYK0.800.7700.62
HSL237.69º66.1%23.14%-
HSV(B)237.69º79.59%38.43%-
XYZ2.81.6411.72-
YUV30.65166.01120.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=14.18%
G=16.31%
B=69.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2023980.800.7700.62237.6966.123.14
Hex141762504D03Eee4217
Octal242714212011507635610227
Binary1010010111110001010100001001101011111011101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141762; }

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

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

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

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

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

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

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

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