#140261

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

Shades of Midnight Blue #140261

Tints of Midnight Blue #140261

Color information

#140261 (or 0x140261) is unknown color: approx Midnight Blue. HEX triplet: 14, 02 and 61. RGB value is (20,2,97). Sum of RGB (Red+Green+Blue) = 20+2+97=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #140261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140261 is #EBFD9E. Grayscale: #111111. Windows color (decimal): -15465887 or 6357524. OLE color: 6357524.

HSL color Cylindrical-coordinate representation of color #140261: hue angle of 251.37º 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 #140261 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB20297-
CMYK0.790.9800.62
HSL251.37º95.96%19.41%-
HSV(B)251.37º97.94%38.04%-
XYZ2.471.0611.38-
YUV18.21172.46129.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 97 (38.28% from 255) = 81.51%
R=16.81%
G=1.68%
B=81.51%

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
Decimal202970.790.9800.62251.3795.9619.41
Hex142614F6203Efb6013
Octal24214111714207637314023
Binary1010010110000110011111100010011111011111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140261; }

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

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

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

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

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

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

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

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