Html Css Color HEX #120DAC New Midnight Blue

📋 copy color: '#120DAC'

red 18 ◦ green 13 ◦ blue 172

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

Shades of New Midnight Blue #120DAC

Tints of New Midnight Blue #120DAC

RGB

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

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

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

R = 8.87%
G = 6.4%
B = 84.73%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#120DAC (or 0x120DAC) is known color: New Midnight Blue. HEX triplet: 12, 0D and AC. RGB value is (18,13,172). Sum of RGB (Red+Green+Blue) = 18+13+172=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #120DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120DAC is #EDF253. Grayscale: #1F1F1F. Windows color (decimal): -15594068 or 11275538. OLE color: 11275538.

HSL color Cylindrical-coordinate representation of color #120DAC: hue angle of 241.89º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120DAC is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 13 172 -
CMYK 0.90 0.92 0 0.33
HSL 241.89º 0.86% 0.36% -
HSV(B) 241.89º 0.92% 0.67% -
XYZ 7.84 3.4 39.27 -
YUV 32.62 206.66 117.57 -
System Red Green Blue C M Y K H S L
Decimal 18 13 172 0.90 0.92 0 0.33 241.89 0.86 0.36
Hex 12 D AC 5A 5C 0 21 F2 56 24
Octal 22 15 254 132 134 0 41 362 126 44
Binary 10010 1101 10101100 1011010 1011100 0 100001 11110010 1010110 100100

Color Harmonies of #120DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DAC

Black with #120DAC

Text Example


Text Example

White with #120DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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