#14015A

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

Shades of Midnight Blue #14015A

Tints of Midnight Blue #14015A

Color information

#14015A (or 0x14015A) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 5A. RGB value is (20,1,90). Sum of RGB (Red+Green+Blue) = 20+1+90=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #14015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14015A is #EBFEA5. Grayscale: #101010. Windows color (decimal): -15466150 or 5898516. OLE color: 5898516.

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

Color convert

RGB20190-
CMYK0.780.9900.65
HSL252.81º97.8%17.84%-
HSV(B)252.81º98.89%35.29%-
XYZ2.140.919.74-
YUV16.83169.29130.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 90 (35.55% from 255) = 81.08%
R=18.02%
G=0.90%
B=81.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal201900.780.9900.65252.8197.817.84
Hex1415A4E63041fd6212
Octal241132116143010137514222
Binary1010011011010100111011000110100000111111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14015A; }

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

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

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

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

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

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

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

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