Html Css Color HEX #140BAE New Midnight Blue

📋 copy color: '#140BAE'

red 20 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #140BAE

Tints of New Midnight Blue #140BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.37%

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

R = 9.76%
G = 5.37%
B = 84.88%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#140BAE (or 0x140BAE) is known color: New Midnight Blue. HEX triplet: 14, 0B and AE. RGB value is (20,11,174). Sum of RGB (Red+Green+Blue) = 20+11+174=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #140BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140BAE is #EBF451. Grayscale: #1F1F1F. Windows color (decimal): -15463506 or 11406100. OLE color: 11406100.

HSL color Cylindrical-coordinate representation of color #140BAE: hue angle of 243.31º degrees, saturation: 0.88, 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 #140BAE is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 11 174 -
CMYK 0.89 0.94 0 0.32
HSL 243.31º 0.88% 0.36% -
HSV(B) 243.31º 0.94% 0.68% -
XYZ 8.05 3.44 40.28 -
YUV 32.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 20 11 174 0.89 0.94 0 0.32 243.31 0.88 0.36
Hex 14 B AE 59 5E 0 20 F3 58 24
Octal 24 13 256 131 136 0 40 363 130 44
Binary 10100 1011 10101110 1011001 1011110 0 100000 11110011 1011000 100100

Color Harmonies of #140BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BAE

Black with #140BAE

Text Example


Text Example

White with #140BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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