#140C61

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

Shades of Midnight Blue #140C61

Tints of Midnight Blue #140C61

Color information

#140C61 (or 0x140C61) is unknown color: approx Midnight Blue. HEX triplet: 14, 0C and 61. RGB value is (20,12,97). Sum of RGB (Red+Green+Blue) = 20+12+97=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #140C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C61 is #EBF39E. Grayscale: #171717. Windows color (decimal): -15463327 or 6360084. OLE color: 6360084.

HSL color Cylindrical-coordinate representation of color #140C61: hue angle of 245.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140C61 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB201297-
CMYK0.790.8800.62
HSL245.65º77.98%21.37%-
HSV(B)245.65º87.63%38.04%-
XYZ2.581.2711.42-
YUV24.08169.15125.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 97 (38.28% from 255) = 75.19%
R=15.50%
G=9.30%
B=75.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2012970.790.8800.62245.6577.9821.37
Hex14C614F5803Ef64e15
Octal241414111713007636611625
Binary101001100110000110011111011000011111011110110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C61; }

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

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

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

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

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

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

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

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