#14035A

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

Shades of Midnight Blue #14035A

Tints of Midnight Blue #14035A

Color information

#14035A (or 0x14035A) is unknown color: approx Midnight Blue. HEX triplet: 14, 03 and 5A. RGB value is (20,3,90). Sum of RGB (Red+Green+Blue) = 20+3+90=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #14035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14035A is #EBFCA5. Grayscale: #111111. Windows color (decimal): -15465638 or 5899028. OLE color: 5899028.

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

Color convert

RGB20390-
CMYK0.780.9700.65
HSL251.72º93.55%18.24%-
HSV(B)251.72º96.67%35.29%-
XYZ2.170.959.74-
YUV18168.63129.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 90 (35.55% from 255) = 79.65%
R=17.70%
G=2.65%
B=79.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal203900.780.9700.65251.7293.5518.24
Hex1435A4E61041fc5e12
Octal243132116141010137413622
Binary10100111011010100111011000010100000111111100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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