Html Css Color HEX #120AAC New Midnight Blue

📋 copy color: '#120AAC'

red 18 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #120AAC

Tints of New Midnight Blue #120AAC

RGB

 RED value IS 18 (7.42% from 255) = 9%

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

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

R = 9%
G = 5%
B = 86%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#120AAC (or 0x120AAC) is known color: New Midnight Blue. HEX triplet: 12, 0A and AC. RGB value is (18,10,172). Sum of RGB (Red+Green+Blue) = 18+10+172=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #120AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120AAC is #EDF553. Grayscale: #1E1E1E. Windows color (decimal): -15594836 or 11274770. OLE color: 11274770.

HSL color Cylindrical-coordinate representation of color #120AAC: hue angle of 242.96º 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 #120AAC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 10 172 -
CMYK 0.90 0.94 0 0.33
HSL 242.96º 0.89% 0.36% -
HSV(B) 242.96º 0.94% 0.67% -
XYZ 7.8 3.32 39.26 -
YUV 30.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 18 10 172 0.90 0.94 0 0.33 242.96 0.89 0.36
Hex 12 A AC 5A 5E 0 21 F3 59 24
Octal 22 12 254 132 136 0 41 363 131 44
Binary 10010 1010 10101100 1011010 1011110 0 100001 11110011 1011001 100100

Color Harmonies of #120AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120AAC

Black with #120AAC

Text Example


Text Example

White with #120AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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