#140260

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

Shades of Midnight Blue #140260

Tints of Midnight Blue #140260

Color information

#140260 (or 0x140260) is unknown color: approx Midnight Blue. HEX triplet: 14, 02 and 60. RGB value is (20,2,96). Sum of RGB (Red+Green+Blue) = 20+2+96=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #140260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140260 is #EBFD9F. Grayscale: #111111. Windows color (decimal): -15465888 or 6291988. OLE color: 6291988.

HSL color Cylindrical-coordinate representation of color #140260: hue angle of 251.49º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140260 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB20296-
CMYK0.790.9800.62
HSL251.49º95.92%19.22%-
HSV(B)251.49º97.92%37.65%-
XYZ2.421.0411.14-
YUV18.1171.96129.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 96 (37.89% from 255) = 81.36%
R=16.95%
G=1.69%
B=81.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal202960.790.9800.62251.4995.9219.22
Hex142604F6203Efb6013
Octal24214011714207637314023
Binary1010010110000010011111100010011111011111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140260; }

 p { color: rgb(20,2,96); }

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

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

 a { background-color: rgb(20,2,96); }

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

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

 span { border-color: rgb(20,2,96); }

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