#140158

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

Shades of Midnight Blue #140158

Tints of Midnight Blue #140158

Color information

#140158 (or 0x140158) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 58. RGB value is (20,1,88). Sum of RGB (Red+Green+Blue) = 20+1+88=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #140158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140158 is #EBFEA7. Grayscale: #101010. Windows color (decimal): -15466152 or 5767444. OLE color: 5767444.

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

Color convert

RGB20188-
CMYK0.770.9900.65
HSL253.1º97.75%17.45%-
HSV(B)253.1º98.86%34.51%-
XYZ2.060.889.29-
YUV16.6168.29130.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 88 (34.77% from 255) = 80.73%
R=18.35%
G=0.92%
B=80.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal201880.770.9900.65253.197.7517.45
Hex141584D63041fd6211
Octal241130115143010137514221
Binary1010011011000100110111000110100000111111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140158; }

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

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

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

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

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

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

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

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