Html Css Color HEX #140DAE New Midnight Blue

📋 copy color: '#140DAE'

red 20 ◦ green 13 ◦ blue 174

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

Shades of New Midnight Blue #140DAE

Tints of New Midnight Blue #140DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.28%

 BLUE value IS 174 (68.36% from 255) = 84.06%

R = 9.66%
G = 6.28%
B = 84.06%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#140DAE (or 0x140DAE) is known color: New Midnight Blue. HEX triplet: 14, 0D and AE. RGB value is (20,13,174). Sum of RGB (Red+Green+Blue) = 20+13+174=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #140DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140DAE is #EBF251. Grayscale: #202020. Windows color (decimal): -15462994 or 11406612. OLE color: 11406612.

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

Color convert

RGB 20 13 174 -
CMYK 0.89 0.93 0 0.32
HSL 242.61º 0.86% 0.37% -
HSV(B) 242.61º 0.93% 0.68% -
XYZ 8.07 3.49 40.29 -
YUV 33.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 20 13 174 0.89 0.93 0 0.32 242.61 0.86 0.37
Hex 14 D AE 59 5D 0 20 F3 56 25
Octal 24 15 256 131 135 0 40 363 126 45
Binary 10100 1101 10101110 1011001 1011101 0 100000 11110011 1010110 100101

Color Harmonies of #140DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140DAE

Black with #140DAE

Text Example


Text Example

White with #140DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,174); }

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

background-color css

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

 a { background-color: rgb(20,13,174); }

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

border-color css

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

 span { border-color: rgb(20,13,174); }

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