Html Css Color HEX #120FAC New Midnight Blue

📋 copy color: '#120FAC'

red 18 ◦ green 15 ◦ blue 172

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

Shades of New Midnight Blue #120FAC

Tints of New Midnight Blue #120FAC

RGB

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

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

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

R = 8.78%
G = 7.32%
B = 83.9%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#120FAC (or 0x120FAC) is known color: New Midnight Blue. HEX triplet: 12, 0F and AC. RGB value is (18,15,172). Sum of RGB (Red+Green+Blue) = 18+15+172=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #120FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120FAC is #EDF053. Grayscale: #212121. Windows color (decimal): -15593556 or 11276050. OLE color: 11276050.

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

Color convert

RGB 18 15 172 -
CMYK 0.90 0.91 0 0.33
HSL 241.15º 0.84% 0.37% -
HSV(B) 241.15º 0.91% 0.67% -
XYZ 7.87 3.45 39.28 -
YUV 33.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 18 15 172 0.90 0.91 0 0.33 241.15 0.84 0.37
Hex 12 F AC 5A 5B 0 21 F1 54 25
Octal 22 17 254 132 133 0 41 361 124 45
Binary 10010 1111 10101100 1011010 1011011 0 100001 11110001 1010100 100101

Color Harmonies of #120FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FAC

Black with #120FAC

Text Example


Text Example

White with #120FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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