#140259

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

Shades of Midnight Blue #140259

Tints of Midnight Blue #140259

Color information

#140259 (or 0x140259) is unknown color: approx Midnight Blue. HEX triplet: 14, 02 and 59. RGB value is (20,2,89). Sum of RGB (Red+Green+Blue) = 20+2+89=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 89 (35.16% from 255 or 80.18% from 111); Max value from RGB is 89 - color contains mainly: blue. Hex color #140259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140259 is #EBFDA6. Grayscale: #101010. Windows color (decimal): -15465895 or 5833236. OLE color: 5833236.

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

Color convert

RGB20289-
CMYK0.780.9800.65
HSL252.41º95.6%17.84%-
HSV(B)252.41º97.75%34.9%-
XYZ2.110.919.52-
YUV17.3168.46129.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 89 (35.16% from 255) = 80.18%
R=18.02%
G=1.80%
B=80.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal202890.780.9800.65252.4195.617.84
Hex142594E62041fc6012
Octal242131116142010137414022
Binary10100101011001100111011000100100000111111100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140259; }

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

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

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

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

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

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

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

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