Html Css Color HEX #140AAD New Midnight Blue

📋 copy color: '#140AAD'

red 20 ◦ green 10 ◦ blue 173

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

Shades of New Midnight Blue #140AAD

Tints of New Midnight Blue #140AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 173 (67.97% from 255) = 85.22%

R = 9.85%
G = 4.93%
B = 85.22%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#140AAD (or 0x140AAD) is known color: New Midnight Blue. HEX triplet: 14, 0A and AD. RGB value is (20,10,173). Sum of RGB (Red+Green+Blue) = 20+10+173=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #140AAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140AAD is #EBF552. Grayscale: #1E1E1E. Windows color (decimal): -15463763 or 11340308. OLE color: 11340308.

HSL color Cylindrical-coordinate representation of color #140AAD: hue angle of 243.68º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140AAD is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 10 173 -
CMYK 0.88 0.94 0 0.32
HSL 243.68º 0.89% 0.36% -
HSV(B) 243.68º 0.94% 0.68% -
XYZ 7.94 3.38 39.77 -
YUV 31.57 207.81 119.75 -
System Red Green Blue C M Y K H S L
Decimal 20 10 173 0.88 0.94 0 0.32 243.68 0.89 0.36
Hex 14 A AD 58 5E 0 20 F4 59 24
Octal 24 12 255 130 136 0 40 364 131 44
Binary 10100 1010 10101101 1011000 1011110 0 100000 11110100 1011001 100100

Color Harmonies of #140AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AAD

Black with #140AAD

Text Example


Text Example

White with #140AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,10,173); }

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

background-color css

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

 a { background-color: rgb(20,10,173); }

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

border-color css

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

 span { border-color: rgb(20,10,173); }

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