Html Css Color HEX #120FAB New Midnight Blue

📋 copy color: '#120FAB'

red 18 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #120FAB

Tints of New Midnight Blue #120FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 83.82%

R = 8.82%
G = 7.35%
B = 83.82%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#120FAB (or 0x120FAB) is known color: New Midnight Blue. HEX triplet: 12, 0F and AB. RGB value is (18,15,171). Sum of RGB (Red+Green+Blue) = 18+15+171=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #120FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120FAB is #EDF054. Grayscale: #212121. Windows color (decimal): -15593557 or 11210514. OLE color: 11210514.

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

Color convert

RGB 18 15 171 -
CMYK 0.89 0.91 0 0.33
HSL 241.15º 0.84% 0.36% -
HSV(B) 241.15º 0.91% 0.67% -
XYZ 7.77 3.41 38.78 -
YUV 33.68 205.49 116.82 -
System Red Green Blue C M Y K H S L
Decimal 18 15 171 0.89 0.91 0 0.33 241.15 0.84 0.36
Hex 12 F AB 59 5B 0 21 F1 54 24
Octal 22 17 253 131 133 0 41 361 124 44
Binary 10010 1111 10101011 1011001 1011011 0 100001 11110001 1010100 100100

Color Harmonies of #120FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FAB

Black with #120FAB

Text Example


Text Example

White with #120FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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