Html Css Color HEX #120FAD New Midnight Blue

📋 copy color: '#120FAD'

red 18 ◦ green 15 ◦ blue 173

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

Shades of New Midnight Blue #120FAD

Tints of New Midnight Blue #120FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

 BLUE value IS 173 (67.97% from 255) = 83.98%

R = 8.74%
G = 7.28%
B = 83.98%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#120FAD (or 0x120FAD) is known color: New Midnight Blue. HEX triplet: 12, 0F and AD. RGB value is (18,15,173). Sum of RGB (Red+Green+Blue) = 18+15+173=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #120FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120FAD is #EDF052. Grayscale: #212121. Windows color (decimal): -15593555 or 11341586. OLE color: 11341586.

HSL color Cylindrical-coordinate representation of color #120FAD: hue angle of 241.14º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120FAD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 15 173 -
CMYK 0.90 0.91 0 0.32
HSL 241.14º 0.84% 0.37% -
HSV(B) 241.14º 0.91% 0.68% -
XYZ 7.96 3.49 39.79 -
YUV 33.91 206.49 116.65 -
System Red Green Blue C M Y K H S L
Decimal 18 15 173 0.90 0.91 0 0.32 241.14 0.84 0.37
Hex 12 F AD 5A 5B 0 20 F1 54 25
Octal 22 17 255 132 133 0 40 361 124 45
Binary 10010 1111 10101101 1011010 1011011 0 100000 11110001 1010100 100101

Color Harmonies of #120FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FAD

Black with #120FAD

Text Example


Text Example

White with #120FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,15,173); }

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

background-color css

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

 a { background-color: rgb(18,15,173); }

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

border-color css

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

 span { border-color: rgb(18,15,173); }

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