#140458

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

Shades of Midnight Blue #140458

Tints of Midnight Blue #140458

Color information

#140458 (or 0x140458) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 58. RGB value is (20,4,88). Sum of RGB (Red+Green+Blue) = 20+4+88=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #140458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140458 is #EBFBA7. Grayscale: #121212. Windows color (decimal): -15465384 or 5768212. OLE color: 5768212.

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

Color convert

RGB20488-
CMYK0.770.9500.65
HSL251.43º91.3%18.04%-
HSV(B)251.43º95.45%34.51%-
XYZ2.090.949.3-
YUV18.36167.3129.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 88 (34.77% from 255) = 78.57%
R=17.86%
G=3.57%
B=78.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal204880.770.9500.65251.4391.318.04
Hex144584D5F041fb5b12
Octal244130115137010137313322
Binary101001001011000100110110111110100000111111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140458; }

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

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

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

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

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

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

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

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