Html Css Color HEX #140C72 Midnight Blue

📋 copy color: '#140C72'

red 20 ◦ green 12 ◦ blue 114

#140C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #140C72

Tints of Midnight Blue #140C72

RGB

 RED value IS 20 (8.2% from 255) = 13.7%

 GREEN value IS 12 (5.08% from 255) = 8.22%

 BLUE value IS 114 (44.92% from 255) = 78.08%

R = 13.7%
G = 8.22%
B = 78.08%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140C72 (or 0x140C72) is known color: Midnight Blue. HEX triplet: 14, 0C and 72. RGB value is (20,12,114). Sum of RGB (Red+Green+Blue) = 20+12+114=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #140C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C72 is #EBF38D. Grayscale: #191919. Windows color (decimal): -15463310 or 7474196. OLE color: 7474196.

HSL color Cylindrical-coordinate representation of color #140C72: hue angle of 244.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140C72 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 12 114 -
CMYK 0.82 0.89 0 0.55
HSL 244.71º 0.81% 0.25% -
HSV(B) 244.71º 0.89% 0.45% -
XYZ 3.46 1.63 16.05 -
YUV 26.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 20 12 114 0.82 0.89 0 0.55 244.71 0.81 0.25
Hex 14 C 72 52 59 0 37 F5 51 19
Octal 24 14 162 122 131 0 67 365 121 31
Binary 10100 1100 1110010 1010010 1011001 0 110111 11110101 1010001 11001

Color Harmonies of #140C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C72

Black with #140C72

Text Example


Text Example

White with #140C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #140C72;
 }
 .AnyTagClassName
 {
   color: #140C72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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