#140467

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

Shades of Midnight Blue #140467

Tints of Midnight Blue #140467

Color information

#140467 (or 0x140467) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 67. RGB value is (20,4,103). Sum of RGB (Red+Green+Blue) = 20+4+103=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #140467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140467 is #EBFB98. Grayscale: #131313. Windows color (decimal): -15465369 or 6751252. OLE color: 6751252.

HSL color Cylindrical-coordinate representation of color #140467: hue angle of 249.7º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140467 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB204103-
CMYK0.810.9600.60
HSL249.7º92.52%20.98%-
HSV(B)249.7º96.12%40.39%-
XYZ2.781.2112.92-
YUV20.07174.8127.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 103 (40.62% from 255) = 81.10%
R=15.75%
G=3.15%
B=81.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2041030.810.9600.60249.792.5220.98
Hex14467516003Cfa5d15
Octal24414712114007437213525
Binary10100100110011110100011100000011110011111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140467; }

 p { color: rgb(20,4,103); }

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

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

 a { background-color: rgb(20,4,103); }

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

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

 span { border-color: rgb(20,4,103); }

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