Html Css Color HEX #140964 Midnight Blue

📋 copy color: '#140964'

red 20 ◦ green 9 ◦ blue 100

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

Shades of Midnight Blue #140964

Tints of Midnight Blue #140964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 77.52%

R = 15.5%
G = 6.98%
B = 77.52%

CMYK

 C value IS 0.8

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#140964 (or 0x140964) is known color: Midnight Blue. HEX triplet: 14, 09 and 64. RGB value is (20,9,100). Sum of RGB (Red+Green+Blue) = 20+9+100=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #140964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140964 is #EBF69B. Grayscale: #161616. Windows color (decimal): -15464092 or 6555924. OLE color: 6555924.

HSL color Cylindrical-coordinate representation of color #140964: hue angle of 247.25º 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 #140964 is Cyan = 0.8, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 9 100 -
CMYK 0.8 0.91 0 0.61
HSL 247.25º 0.83% 0.21% -
HSV(B) 247.25º 0.91% 0.39% -
XYZ 2.69 1.26 12.16 -
YUV 22.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 20 9 100 0.8 0.91 0 0.61 247.25 0.83 0.21
Hex 14 9 64 50 5B 0 3D F7 53 15
Octal 24 11 144 120 133 0 75 367 123 25
Binary 10100 1001 1100100 1010000 1011011 0 111101 11110111 1010011 10101

Color Harmonies of #140964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140964

Black with #140964

Text Example


Text Example

White with #140964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140964; }

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

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

background-color css

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

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

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

border-color css

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

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

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