#140354

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

Shades of Midnight Blue #140354

Tints of Midnight Blue #140354

Color information

#140354 (or 0x140354) is unknown color: approx Midnight Blue. HEX triplet: 14, 03 and 54. RGB value is (20,3,84). Sum of RGB (Red+Green+Blue) = 20+3+84=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #140354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140354 is #EBFCAB. Grayscale: #111111. Windows color (decimal): -15465644 or 5505812. OLE color: 5505812.

HSL color Cylindrical-coordinate representation of color #140354: hue angle of 252.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140354 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB20384-
CMYK0.760.9600.67
HSL252.59º93.1%17.06%-
HSV(B)252.59º96.43%32.94%-
XYZ1.920.858.45-
YUV17.32165.63129.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 84 (33.20% from 255) = 78.50%
R=18.69%
G=2.80%
B=78.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal203840.760.9600.67252.5993.117.06
Hex143544C60043fd5d11
Octal243124114140010337513521
Binary10100111010100100110011000000100001111111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140354; }

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

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

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

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

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

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

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

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