Html Css Color HEX #140AAC New Midnight Blue

📋 copy color: '#140AAC'

red 20 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #140AAC

Tints of New Midnight Blue #140AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 85.15%

R = 9.9%
G = 4.95%
B = 85.15%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#140AAC (or 0x140AAC) is known color: New Midnight Blue. HEX triplet: 14, 0A and AC. RGB value is (20,10,172). Sum of RGB (Red+Green+Blue) = 20+10+172=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #140AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140AAC is #EBF553. Grayscale: #1E1E1E. Windows color (decimal): -15463764 or 11274772. OLE color: 11274772.

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

Color convert

RGB 20 10 172 -
CMYK 0.88 0.94 0 0.33
HSL 243.7º 0.89% 0.36% -
HSV(B) 243.7º 0.94% 0.67% -
XYZ 7.84 3.34 39.26 -
YUV 31.46 207.31 119.83 -
System Red Green Blue C M Y K H S L
Decimal 20 10 172 0.88 0.94 0 0.33 243.7 0.89 0.36
Hex 14 A AC 58 5E 0 21 F4 59 24
Octal 24 12 254 130 136 0 41 364 131 44
Binary 10100 1010 10101100 1011000 1011110 0 100001 11110100 1011001 100100

Color Harmonies of #140AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AAC

Black with #140AAC

Text Example


Text Example

White with #140AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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