#140162

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

Shades of Midnight Blue #140162

Tints of Midnight Blue #140162

Color information

#140162 (or 0x140162) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 62. RGB value is (20,1,98). Sum of RGB (Red+Green+Blue) = 20+1+98=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #140162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140162 is #EBFE9D. Grayscale: #111111. Windows color (decimal): -15466142 or 6422804. OLE color: 6422804.

HSL color Cylindrical-coordinate representation of color #140162: hue angle of 251.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140162 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB20198-
CMYK0.800.9900.62
HSL251.75º97.98%19.41%-
HSV(B)251.75º98.98%38.43%-
XYZ2.51.0511.63-
YUV17.74173.29129.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 98 (38.67% from 255) = 82.35%
R=16.81%
G=0.84%
B=82.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal201980.800.9900.62251.7597.9819.41
Hex14162506303Efc6213
Octal24114212014307637414223
Binary101001110001010100001100011011111011111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140162; }

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

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

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

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

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

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

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

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