Html Css Color HEX #140963 Midnight Blue

📋 copy color: '#140963'

red 20 ◦ green 9 ◦ blue 99

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

Shades of Midnight Blue #140963

Tints of Midnight Blue #140963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

 BLUE value IS 99 (39.06% from 255) = 77.34%

R = 15.63%
G = 7.03%
B = 77.34%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#140963 (or 0x140963) is known color: Midnight Blue. HEX triplet: 14, 09 and 63. RGB value is (20,9,99). Sum of RGB (Red+Green+Blue) = 20+9+99=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #140963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140963 is #EBF69C. Grayscale: #161616. Windows color (decimal): -15464093 or 6490388. OLE color: 6490388.

HSL color Cylindrical-coordinate representation of color #140963: hue angle of 247.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140963 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 9 99 -
CMYK 0.80 0.91 0 0.61
HSL 247.33º 0.83% 0.21% -
HSV(B) 247.33º 0.91% 0.39% -
XYZ 2.64 1.24 11.91 -
YUV 22.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 20 9 99 0.80 0.91 0 0.61 247.33 0.83 0.21
Hex 14 9 63 50 5B 0 3D F7 53 15
Octal 24 11 143 120 133 0 75 367 123 25
Binary 10100 1001 1100011 1010000 1011011 0 111101 11110111 1010011 10101

Color Harmonies of #140963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140963

Black with #140963

Text Example


Text Example

White with #140963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140963; }

 p { color: rgb(20,9,99); }

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

background-color css

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

 a { background-color: rgb(20,9,99); }

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

border-color css

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

 span { border-color: rgb(20,9,99); }

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